Disk usage analysis

Tim Judd tajudd at gmail.com
Wed Apr 22 03:58:11 UTC 2009


On Tue, Apr 21, 2009 at 9:21 PM, Adam Vande More <amvandemore at gmail.com>wrote:

> Christopher Chambers wrote:
>
>> Is there an easy way to analyze disk usage to determine which files and
>> folders are taking up the most space?
>>
>>
>>
>>
> du -hd 1 | sort -n


du -kd 1 | sort -rn


Shows in ENV{BLOCKSIZE} the biggest directories first.  Bound to be / always
in this situation.  :D


More information about the freebsd-questions mailing list