[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] / is full and / is what? where?
- Subject: Re: [cobalt-users] / is full and / is what? where?
- From: Michael <mike@xxxxxxxxxx>
- Date: Sun Aug 19 02:56:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 09:46 AM 08/19/01 -0400, you wrote:
>Got an e-mail from our automated admin account today.
>
>Labled:
>
>Subject: The filesystem [/] is getting very full
>
>is getting very close to full. This is very dangerous for the server
>and can cause unexpected errors to occur. You either need to move some
>files to another storage device and delete them from the Cobalt server
>or delete them altogether. Consult the documentation for help adding
>storage to your Cobalt server.
>
>Total disk space: 725.95 MB
>Free disk space: 49.99 MB
>Percent Used: 93 %
Common problem and is in the list several times. In case you have not been on the list long enough to read it, here is the meat of the fix:
mkdir /home/webdata
cd /usr/admserv/html/.cobalt/report/
mv * /home/webdata/
cd ..
rm -r ./report
ln -s /home/webdata/ ./report
Try this before you start wacking RPMs. It made my / partition go from 95% used to 67% :)
Mike