Once you've created /dev/hdb1 and mkfs'd it (you did use -j, right?), mount it temporarily: mount -t ext3 /dev/hdb1 /mnt/tmp Then to get all the permissions and such, I'd use tar: cd /home tar c * | tar xf - -C /mnt/tmp Then check to make sure it went correctly. Compare the two below: du /mnt/tmp du /home If you are *certain* you got a good copy, you can delete the contents of /home to free space. If they went OK, then change /etc/fstab so it looks something like this: /dev/hdb1 /home ext3 defaults 1 2 Finally, mount it: mount /home -- Thomas Cameron, RHCE, CNE, MCSE, MCT Cameron Technical Services, Inc. http://www.camerontech.com (512) 454-3200 > -----Original Message----- > From: plug-discuss-admin@lists.plug.phoenix.az.us > [mailto:plug-discuss-admin@lists.plug.phoenix.az.us] On > Behalf Of Don Calfa > Sent: Monday, August 18, 2003 4:29 PM > To: plug-discuss@lists.plug.phoenix.az.us > Subject: How to move Move /home > > > How can I move my /home directory? Right now it's part of the root > directory on hda3 and I'd like to move it to hdb1. > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/lis> tinfo/plug-discuss >