Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Something is eating my disk space
- Date: Thu, 29 Jun 2006 11:34:30 +0900
- From: Dave M G <martin@example.com>
- Subject: Re: [tlug] Something is eating my disk space
- References: <44A0D38C.8020109@example.com> <44A0E3E4.7080302@example.com> <20060627095847.41b7232a.jep200404@example.com> <87wtb23qjr.fsf@example.com> <44A2A149.6030908@example.com>
- User-agent: Thunderbird 1.5.0.4 (X11/20060615)
Stephen, Jim, Bruno, Josh, Godwin, Edwin, Michael, Thank you for your advice.I used the following commands, and cross referenced their results to try and hunt down possible large files:find . -type f -ls | awk ' { s += $7 }; END {print "Total size is ", s}' find / -mount -type f -size +100M -ls find / -mount -size +100M -exec du -h {} \; du -kx --max-depth=5 ./ | sort -n -r | head -25I found one directory of a defunct web site that had somehow avoided being deleted, a couple of email files for accounts that I didn't need that were about 20 MB each, and some archived files of applications that were no longer needed.But, all told, I was able to clean up only about 100 to 150 MB of space. There's still 400 to 450 MB of disk usage that I can't find.As one person suggested, it may be a matter of hundreds of little tiny files and directories that are hard to assess collectively. There certainly don't seem to be any huge 100 MB log files or anything like that.I'm not sure where to go from here. -- Dave M G
- Follow-Ups:
- Re: [tlug] Something is eating my disk space
- From: Jim Tittsler
- Re: [tlug] Something is eating my disk space
- From: Stephen J. Turnbull
- References:
- [tlug] Something is eating my disk space
- From: Dave M G
- Re: [tlug] Something is eating my disk space
- From: Keith Bawden
- Re: [tlug] Something is eating my disk space
- From: Jim
- Re: [tlug] Something is eating my disk space
- From: Stephen J. Turnbull
- Re: [tlug] Something is eating my disk space
- From: bruno raoult
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] linux and zarus?
- Next by Date: Re: [tlug] Something is eating my disk space
- Previous by thread: Re: [tlug] Something is eating my disk space
- Next by thread: Re: [tlug] Something is eating my disk space
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links