[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

disk usage



Does this make sense?  Any suggestions as to why df thinks there's 91MB 
used on my log partition when du claims that there's only 1.8MB of files 
on there?  Is that a weird ext3 thing, or what?  It's not hurting 
anything, as far as I know, as the machine's managed to stay up since 
its last kernel upgrade, but it just strikes me as weird...

root@cloud120:~# df -h /var/log
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdc1             107M   91M   11M  90% /var/log
root@cloud120:~# du -hs /var/log
1.8M    /var/log
root@cloud120:~# mount | grep log
/dev/hdc1 on /var/log type ext3 (rw)
root@cloud120:~# uptime
  10:39:38 up 211 days, 21:27,  2 users,  load average: 0.00, 0.04, 0.06

--Danny, not sure where the other 90M went :(

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.