Mystery of increasing disk usage

2007-08-03 Thread Jamie Penman-Smithson
I'm having big problems trying to pin down the cause of spiralling disk usage on a partition. du -sh shows that /usr is using 5.9 GB: $ du -shL /usr 5.9G/usr However, df shows: Filesystem SizeUsed Avail Capacity Mounted on /dev/ad4s1f 47G 43G131M 100%/usr [...]

Re: Mystery of increasing disk usage

2007-08-03 Thread Bill Moran
Jamie Penman-Smithson [EMAIL PROTECTED] wrote: I'm having big problems trying to pin down the cause of spiralling disk usage on a partition. du -sh shows that /usr is using 5.9 GB: $ du -shL /usr 5.9G/usr However, df shows: Filesystem SizeUsed Avail Capacity Mounted on

Re: Mystery of increasing disk usage

2007-08-03 Thread Peter Boosten
Bill Moran wrote: If I remember correctly, the most common reason for this is files that have been deleted, but have not had all references to them closed (i.e. file descriptors). You remember correctly: I've seen this happening with Apache logfiles that had been deleted but Apache didn't

Re: Mystery of increasing disk usage

2007-08-03 Thread Peter Boosten
Peter Boosten wrote: Bill Moran wrote: If I remember correctly, the most common reason for this is files that have been deleted, but have not had all references to them closed (i.e. file descriptors). You remember correctly: I've seen this happening with Apache logfiles that had been