I personally use 

du -x /mountpoint | sort -n | tail -100

That gets you the 100 heaviest hitters (directories and files).  It takes a 
while to run.

-Dave

On Thursday 21 September 2006 13:37, Raymond Norton wrote:
> I have a drive that has filled up to 98%. I have removed all known log
> files and quarantined messages from MailScanner, etc.., but the drive
> still shows it is near capacity. Is there a tool or command I can use to
> find folders or files that are taking up the space?
>
>
> Raymond