Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2005 13:32:50 -0700
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        Grant Peel <gpeel@thenetnow.com>, freebsd-questions@freebsd.org
Subject:   Re: cvsup File System Full
Message-ID:  <200509171332.53434.ringworm01@gmail.com>
In-Reply-To: <009d01c5bbc8$99a5a430$6501a8c0@GRANT>
References:  <009d01c5bbc8$99a5a430$6501a8c0@GRANT>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 17 September 2005 13:44, Grant Peel wrote:
> Hi all,
>
> cvsup failed on me ( filled up a 3.0 G /usr dir).
>
> I am in the proces of moving /usr to a sub dir under /home/ which has 30 G.
> Hopefully, I can rerun cvsup with success.
>
> I will create a soft link from /usr -> /home/usr.
>
> At some point, I will want to move /usr back to its proper place. But it
> wont fit! Any ideas one what can me deleted afterwards?
>
> -Grant

You sould only mov /usr/src and /usr/obj then just set soft links to them,
example:

mv /usr/src  /home
mv /usr/obj  /home
ln -sv /home/src /usr/src
ln -sv /home/obj /usr/obj

-Mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509171332.53434.ringworm01>