On Sat, Oct 16, 2010 at 10:15:35AM -0500, Les Mikesell wrote:
> <snip>
> would have had a chance to change it.  Anyway, one way to find where space is 
> being consumed  is to go through the filesystem starting at /, doing 'du -s 
> *', 
> noting the space used by each subdirectory listed, cd'ing into a large one, 
> and 
> repeating the process until you find where the files are.

du -a / | sort -n > /root/du-a.sorted

is my favorite way to do what Les described above, but it 1 swoop.  Look
at the bottom of the file.  It should be easy to find.

-- 

Wayne Walker
wwal...@solid-constructs.com
(512) 633-8076
Senior Consultant
Solid Constructs, LLC

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to