[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Free up space on /var
- Subject: RE: [cobalt-users] Free up space on /var
- From: <rpaiz@xxxxxxxxxxxxxx>
- Date: Mon Mar 26 07:54:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> My disk indicator for my RaQ3i is showing red, apparently
> because 91% of the /var directory is being used. How can I
> best free up space?
/var is taken up by things that change frequently. Do this...
cd /var
du -h --max-depth 1
This should show you which part of var is using the most space. If I'm
wrong on something, "man du" will get you help.
Two likely culprits are the logs (/var/log) and the mail spool files of
mail waiting to be collected by your users (/var/spool/mail). Check
those first, and if those aren't the problem du will help you hunt them
down.
--
Rodolfo J. Paiz
rpaiz@xxxxxxxxxxxxxx <mailto:rpaiz@xxxxxxxxxxxxxx>