Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2005 14:50:33 -0700 (PDT)
From:      Philip Hallstrom <freebsd@philip.pjkh.com>
To:        SteveW <ukla@comcast.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: df: root partition at 108% capacity! Can't find why...
Message-ID:  <20050615144836.J63260@wolf.pjkh.com>
In-Reply-To: <c62e57e1dd99f58ceeb0def43229a083@comcast.net>
References:  <c62e57e1dd99f58ceeb0def43229a083@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi All,
>
> df: root partition at 108% capacity! Can't find why...
>
> After searching google freebsd.org I am no nearing to figuring this out, 
> other than this is a "known" problem. Either I or the system managed to get 
> the root partition back to under 100% but only just... I have looked for any 
> large files that might be taking up space but have yet to locate anything 
> over 3meg.
>
> Any suggestions, ideas, thoughts gratefully received.

cd /
du -hsx *

-h      "Human-readable" output.  Use unit suffixes: Byte, Kilobyte,
              Megabyte, Gigabyte, Terabyte and Petabyte

-s      Display an entry for each specified file.  (Equivalent to -d 0)

-x      File system mount points are not traversed.

Look for the largest directly, cd into that and repeat until you get down 
far enough to find the offender.

Works for me...

-philip



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