Hi Dan, Dan Track wrote:
On 2/27/07, Steve Siegfried <sos@xxxxxxxx> wrote:
[snip]
Hi Thanks everyone for your replies. Here's the relevant output. Is there some tests I can run to see what is going on? df -h Filesystem Size Used Avail Use% Mounted on /dev/cciss/c0d0p3 3.0G 1.9G 967M 67% / /dev/cciss/c0d0p1 147M 15M 125M 11% /boot /dev/cciss/c0d0p7 59G 53G 3.3G 95% /opt none 1007M 0 1007M 0% /dev/shm /dev/cciss/c0d0p2 3.0G 2.5G 358M 88% /var du -hs /opt/ 27G /opt
I've seen this before on a suse box where the user had couple downloads running that he canceled but the browser didn't let go of the files. His filesystem was filled 100%. After he killed his browser df -hl showed the correct information. Maybe you can see what's going on by running /usr/sbin/lsof /opt | less on your box. Alex