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
>
>  
>
Use "find" to find the large files.  For example:
find /home -size +100M
finds files under the /home directory which are larger than 100 MB.

Konqueror (in KDE) has a View/View Mode/File Size View that shows a 
graphical view.  Kind of weird looking, but fun.

Kraig