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 16:53:08 +0900
- From: Keith Bawden <isdj@example.com>
- Subject: Re: [tlug] Something is eating my disk space
- References: <44A0D38C.8020109@example.com>
- User-agent: Thunderbird 1.5.0.4 (X11/20060516)
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? > If you want to find individual files larger than a certain size then you can try this: find / -mount -type f -size +100M -ls or find / -mount -size +100M -exec du -h {} \; The -mount option will stop find from descending into other file systems. You will need to run this on each mount point (use df to find them). These commands will not help you if the problem is thousands of small files consuming the space. Regards, Keith
- Follow-Ups:
- References:
- [tlug] Something is eating my disk space
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Something is eating my disk space
- 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