On 1/7/07, Dave Carlson <thecubic at thecubic.net> wrote:
> "lsof +L1" should tell you the file(s) in question and if they are regular
> files, the size also.
>
> -Dave
>
> On Sunday 07 January 2007 21:41, Donovan Niesen wrote:
> > This must be it.  I have a script that updates the db on machine every
> > day from an outside source; I have a feeling either MySQL or some
> > error in my script must be unlinking a file and letting it hang out.
>

The culprit ended up being mysql.log which was growing huge because it
was logging every query.  It seems that when it got rotated out each
morning the file was unlinked but was not converted to free space.
Turning this logging off saved my valuable space.

Thanks again, everyone!

-- 
Donovan Niesen