On Mon, 20 Oct 2008 10:45:42 -0500
"Chris Smith" <christophermsmith at gmail.com> wrote:

> Hi,
> 
> I've got a server reporting zero available HD space, and I believe it
> because the website it isn't working right. However, I can't seem to find
> any files that are huge or taking up this space.
> Below is an output from du * in the root directory. ...

Start with the output from "df" so you know which file system is full,
how big the file system is, etc.

Then use du or find to identify what's taking up space.

With servers it's very commonly a log file that isn't being
rotated or is unexpectedly large for some reason.

j

-- 
John Gateley <tclug at jfoo.org>