Re: Tool showing directory size of the complet drive

2002-11-25 Thread Tom Schutter
On Sat, 2002-11-23 at 11:54, Burkhard Perkens-Golomb wrote: > On 20 Nov 2002, Shri Shrikumar wrote: > > > On Wed, 2002-11-20 at 17: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 > >> d

Re: Tool showing directory size of the complet drive

2002-11-25 Thread Rob Weir
On Wed, Nov 20, 2002 at 08:35:58PM +0100, Oliver Fuchs wrote: > On Wed, 20 Nov 2002, Glyn Kennington wrote: > > > Charlie Reiman wrote: > > > If you just want to see all files and their sizes, try 'find . -ls'. Sorting > > > this is left as an exercise for the reader. > > > > ls -l puts the size

Re: Tool showing directory size of the complet drive

2002-11-25 Thread Burkhard Perkens-Golomb
On 20 Nov 2002, Shri Shrikumar wrote: > On Wed, 2002-11-20 at 17: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

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Oliver Fuchs
Hi guys, thanx for the immense input you gave ... uh ... I think the winner is: du Oliver -- ... don't touch the bang bang fruit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Oliver Fuchs
On Wed, 20 Nov 2002, Glyn Kennington wrote: > Charlie Reiman wrote: > > If you just want to see all files and their sizes, try 'find . -ls'. Sorting > > this is left as an exercise for the reader. > > ls -l puts the size in the 5th columns, so piping the output through > sort -n -k 5 > will put

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Shri Shrikumar
On Wed, 2002-11-20 at 17: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. > Can I scan my hole dri

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Nathan E Norman
On Wed, Nov 20, 2002 at 06:50:18PM +, Glyn Kennington wrote: > Which brings me on to another little gripe: > Does anyone else find that files >100MB (requiring more than 8 digits in the > size column) break the alignment of ls -l's output? Example: > > drwxrwx--x2 glyn glyn 40

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Glyn Kennington
Charlie Reiman wrote: > If you just want to see all files and their sizes, try 'find . -ls'. Sorting > this is left as an exercise for the reader. ls -l puts the size in the 5th columns, so piping the output through sort -n -k 5 will put them in ascending order. Which brings me on to another lit

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Mike Dresser
On 20 Nov 2002, Mark L. Kahnt wrote: > Sounds like you want du, and on X11, pipe its output into xdu for a > visual representation. Might wanna note, you can also click on the directories to wander around your filesystem. Neat trick that wasn't instantly obvious to me :) Mike -- To UNSUBSCRI

RE: Tool showing directory size of the complet drive

2002-11-20 Thread Charlie Reiman
If no one comes through for you, here's what I've been doing on unix systems for ages. Go to the root of your full partition. Run this command line: du -s * | sort -n Tap you feet, get some coffee, meditate, whatever. When this is done, the largest items (most likely folders) will be at the bott

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Mark L. Kahnt
On Wed, 2002-11-20 at 12: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. > Can I scan my hole dri

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Stefan Janecek
On Wed, 2002-11-20 at 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. > Can I scan my hole dri

RE: Tool showing directory size of the complet drive

2002-11-20 Thread Wathen, Metherion
Have you tried 'df'? you'll have to man df because I don't know all the options. hth, mw. -Original Message- From: Oliver Fuchs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:51 PM To: Debian User Subject: Tool showing directory size of the complet drive Hi, I am looki

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Michael Naumann
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

Re: Tool showing directory size of the complet drive

2002-11-20 Thread Felipe Martínez Hermo
El Wednesday 20 November 2002 18:52, Oliver Fuchs escribió: > 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. > Can I scan