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: Tue, 27 Jun 2006 17:35:10 +0900
- From: "Moore, Michael R." <michael.moore@example.com>
- Subject: Re: [tlug] Something is eating my disk space
Dave M G wrote: > > Are there some commands I could run at the prompt that could help me > locate files or directories that are over a certain size? > I am somewhat afraid to post, because I don't adequately know the posting rules (I have tried to keep track, but forgive me). It is quite common for inode utilization and actual size to be different. Typically I will use awk to add the files sizes together from find For example find . -type f -ls | awk ' { s += $7 }; END {print "Total size is ", s}' I will compare this with the output of du If there is a great inconsistency, I would suspect that you have run away process occupying inode space you can use lsof to determine this. I know this seems like a bit of an overkill, but since said it is uncommon for you to use this much disk space. So I thought I would throw this out there. -- The TLUG mailing lists and web site are currently provided by OnJapan.net http://www.OnJapan.net/ The TLUG server is hosted by Open Source Development Lab Japan. http://www.osdl.jp/ To unsubscribe from this mailing list, please see the instructions at http://www.tlug.jp/list.html
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Something is eating my disk space
- Next by Date: Re: [tlug] mysterious disappearing boot filesystem (update)
- Previous by thread: Re: [tlug] Something is eating my disk space
- Next by thread: [tlug] linux and zarus?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links