hi pals there.
I am trying to move my /home from the same partition on which / is installed to new partition.
I tried on do the job on one go which i copied from pclinuxos homepage, but the command stuck with no response and i died of waiting.
* also i had problem of understanding what will be the old /home files as there seems no command to tell to delete the old /home files.
the command is:
mount /dev/sdb7 /newhome;cd /home;tar cvf - .|(cd /newhome;tar xvf - .);umount /newhome;mount /dev/sdb75 /home
thanks.
ese
Comment