[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: The filesystem [/] is getting very full
- Subject: [cobalt-users] Re: The filesystem [/] is getting very full
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Sun Apr 25 14:32:02 2004
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Sun, 2004-04-25 at 11:37, Mark Jaggers wrote:
> Ok, I am getting this error now. The filesystem [/] is getting very full
>
> I have looked over alot of the posts in here already and my tmp directory
> and reports directory are already moved over to home. So that is not the
> problem. Where else can I look?
It's probably someplace in /usr... If you've installed some "third
party" apps, they tend to like putting themselves in /usr/local/bin,
etc.
You can always do:
cd /
du -h . | less
and scroll through your whole filesystem to see which directories are
taking up the most space. There are also other switches for 'du' that
will let you summarize 1/2/3/etc directories deep so you don't actually
have to look at *every* directory. Or start in /usr and then do the
scan...