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
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to