cvsup File System Full

Michael C. Shultz ringworm01 at gmail.com
Sat Sep 17 13:53:27 PDT 2005


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



More information about the freebsd-questions mailing list