"David M. Kufta" wrote:

> I have currently my /home directory under / partition on /dev/hda3.
> I have added another disk drive to my system and would like to move
> all the current /home to that new disc and mount it under /home at boot

        mount /dev/newdrive /mnt/home
        cp -a /home/* /mnt/home
        cd /home
        rm -r *
        pico /etc/fstab
        --add a line to mount /dev/newdrive on /home
        umount /dev/newdrive
        mount /dev/newdrive

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
Meddle not in the affairs of dragons, for you are crunchy and taste good
with ketchup.

Reply via email to