On Thursday 18 December 2003 08:10 pm, Trey Sizemore wrote:

>TS  I have gotten rid of some large files in /var/log, /tmp is empty and I
>TS  still have my 5.9G of / used up.  Until I can track down where the
>TS  excessively large file(s) is/are, I wanted to 'reallocate' some of my
>TS  /home partition (currently using 14%) to give to / so I can boot into X
>TS  (then KDE).

Trey, how about doing this (go to / to get everything, and be root to see 
everything):

du -h  | grep [0-9]M
this will show you all directories larger than 1 MB (but smaller than 1GB)

or you can issue

du -h | grep [0-9][0-9]M
this will show you all  directories larger than 9 MB

and du -h | grep [0-9][0-9][0-9] for larger than  99MB etc.

if you want only directories between 9MB and 99MB do this
du -h | grep [0-9][0-9]M | grep -v [0-9][0-9][0-9]M

Maybe this will help you locate where all your drive space is going?

-- 

                                                                       /\    
                                                                 Dark><Lord
                                                                       \/    


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to