Re: home directories
Hi,
Just make /home a soft link to /usr/local/home.
as root: (with nobody logged in!)
copy /home to /usr/local/home:
cd /
tar cf - /home | ( cd /usr/local; tar xpf - )
check that it copied okay:
ls -l /usr/local/home
remove and relink:
rm -rf /home
ln -s /usr/local/home /home
that's all,
Stuart
-------------------------------------------------------------
-------------------------------------------------------------
Harald Helfgott wrote:
My largest partition is at /usr/local. That's why.
--Harald
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to: