# 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message