Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2005 23:36:38 -0600
From:      afabian@austin.rr.com
To:        Marty Landman <MLandman@face2interface.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: clearing space
Message-ID:  <20050107053638.GE27020@turingmachine.mentalsiege.net>
In-Reply-To: <6.2.0.14.0.20050106184116.01f2aa80@mail.face2interface.com>
References:  <6.2.0.14.0.20050106184116.01f2aa80@mail.face2interface.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 06, 2005 at 06:50:54PM -0500, Marty Landman wrote:
> Here's a picture of my situation.
> 
> swamisalami# df
> Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
> /dev/ad0s1a    128990 128988 -10316   109%    /
> 
> Does this mean that everything not on { /tmp, /usr, /var } is what's 
> consuming too much space?

It does.  You might want to try something like:

du -x / | sort -rn | head -15

to figure out wheer your diskspace has gone.

-- 
Adam Fabian (afabian@austin.rr.com)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050107053638.GE27020>