Hello! On Tue, Dec 13, 2005 at 06:28:37AM -0600, Julesg wrote: >Any hints...
>Is it realistic to attempt this? >I intend to tar up the current /usr, then >untar in in where I'd like my new /usr partition to be, then >hand edit the fstab If you want to move the contents of a whole partition (filesystem) and that filesystem is ffs, I'd recomment dump and restore. Mount the target async while restoring, then re-mount it noasync or softdep again. I did that several times when moving my system to a new hd. If you use tar (e.g. because it's not one whole filesystem), you get more speed if you temporarily mount the source filesystem noatime. >[...] Kind regards, Hannah.