Re: mounting /home somewhere else

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Vikram Goyal wrote:
On Wednesday, March 5, 2003 14:55, Mirabella, Mathew J wrote:
<snip>
# cp -rp /home /home.new


I think cp -a is a better option. Also you may need to edit /etc/fstab

better still: # cd /home # tar -cf - . |(cd /home.new; tar -xf -)

Or use tar -xvf if you want to monitor the progress. It will print the name of each file/directory as it goes.

cpio might be faster/better than tar, but I don't know the correct options for it :(

-Thomas



--
Psyche-list mailing list
Psyche-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux