Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 03:28:30 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        David Radovanovic <dave@whatsthebigidea.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Root filesystem 102% full (was: Disks fillin up)
Message-ID:  <20030213012830.GA2066@gothmog.gr>
In-Reply-To: <NEBBKHDKBEAKNMFADNDCIEMMCCAA.david.radovanovic@verizon.net>
References:  <1503723687.20021228134909@fpm.kubsu.ru> <NEBBKHDKBEAKNMFADNDCIEMMCCAA.david.radovanovic@verizon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
# Redirected to freebsd-questions from freebsd-newbies.

On 2003-02-12 18:47, David Radovanovic wrote:
> I'm sorry if this is the wrong forum though I've searched the
> typical places including user groups. My problem is that my /
> is 102% capacity:
>
> rsc-web1# df -hi
> Filesystem    Size   Used  Avail Capacity iused   ifree %iused  Mounted on
> /dev/ad0s1a   126M   118M  -2.2M   102%    2976   13278   18%   /
> [...]

Start with:

	rsc-web1# du -kx / | sort -nr | head -20

This will print the top-20 space consumers of your / filesystem.
What's the output of this command on your system?

- Giorgos


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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