[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Root almost Full on Raq4



"Paul-Hus Diane" <dph@xxxxxx> wrote:
> My root disk is looking pretty full 87% .
> I look to remove some files but I could not see any I could safely
removed.

Then consider moving files to a partition with more space and creating a
symbolic link at the old location.  /usr is on the root partition and there
should be directories you can safely move to /home which has plenty of space
on your server.  Quick example:

mkdir /home/usr
mkdir /home/usr/local
mv /usr/local /home/usr/local
ln -s /home/usr/local /usr/local

Backup the files first and verify that it worked as expected.  Do a 'df -h'
afterwards and you should have plenty of space.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/