Sam, Try running the following:
du -x -a -k / This will recursively calculate the size in kilobytes of each file and directory on your root partition. If you want the output sorted, try du -x -a -k / | sort -g -r | less -Karl On 4/9/06, Sam Varghese <[EMAIL PROTECTED]> wrote: [snip] > > My question is - what's filling up / ? > > Thanks, > Sam > - -- > Sam Varghese > http://www.gnubies.com > An eye for an eye will only make the whole world blind. > My PGP key: http://www.gnubies.com/encryption/sign.txt

