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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
