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 ([EMAIL PROTECTED])
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to