Date: Thu, 22 Oct 1998 19:41:36 -0700 (PDT) From: "Jason C. Wells" <jcwells@u.washington.edu> To: Shawn Ramsey <shawn@cpl.net> Cc: questions@FreeBSD.ORG Subject: Re: drive question Message-ID: <Pine.BSF.4.05.9810221936430.6028-100000@s8-37-26.student.washington.edu> In-Reply-To: <19981022181805.48149@cpl.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 22 Oct 1998, Shawn Ramsey wrote: >My "df" output current looks like so : > >Filesystem 1K-blocks Used Avail Capacity Mounted on >/dev/wd0s1a 456599 203690 216382 48% / >/dev/wd2s1e 1212223 1090594 24652 98% /disk2 >/dev/sd0s1e 492273 183575 269317 41% /disk3 >/dev/wd1s1e 2000831 1387310 453455 75% /disk4 >procfs 4 4 0 100% /proc >/dev/wd3s1e 3795566 1184598 2307323 34% /disk5 > > >I want to swap /disk4 with /disk5.(the current /disk4 will be removed) >The problem is is changes some devices around, but im not sure what. Why >would it do this? Shouldn't the devices remain the same if I am swapping >the same drive on the same interface? The new drive is a UDMA drive. A couple sentences are a little confusing up there... It doesn't matter where you mount a device. If you want to swap disc 4 and 5 just do this. >/dev/wd1s1e 2000831 1387310 453455 75% /disk5 >/dev/wd3s1e 3795566 1184598 2307323 34% /disk4 Now, if you physically swap the location of the drives on your IDE ports then you need to change the device names. This is just as trivial as changing the mounting locations. >/dev/wd3s1e 2000831 1387310 453455 75% /disk4 >/dev/wd1s1e 3795566 1184598 2307323 34% /disk5 Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9810221936430.6028-100000>