On Wednesday 20 November 2002 18:52, Oliver Fuchs wrote:
> Hi,
> I am looking on Debian woody for a tool which can show me the size of
> folders/files of my complete drive to proof where my disk-space is
> wasted.
> I am now on 75% and I do not have a clue where my space is wasted.

Maybe, you get your answer with
du /

> Can I scan my hole drive and show the largest files in sorting order.

Something around
find / -ls | sort -rk 7 | head

NOTE however, you may want to exclude some mounted filesystems
and some special directories before starting.

>
> Can anyone recommend a tool for that?
>

There is this wonderful SequoiaView, but only for windows.
So you can share your disk with samba and try it from windows.

>
> Oliver


HTH, Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to