tried it - here are the results:
root@myserver:/# du -ks /
du: cannot access `/proc/9007/task/9007/fd/4
du: cannot access `/proc/9007/fd/4': No such file or directory
114286992 /
root@myserver:/#
Nothing was deleted. The server was running happily for a couple weeks - brand new and now no one can do anything - obviously. I've always used du -hs --max-depth=1 but this time it isn't giving me the info I need.
Main Topics
Browse All Topics





by: omarfaridPosted on 2008-08-23 at 13:36:31ID: 22298363
if you run
du -ks /
what do you see?
Have you deleted a file that was open by a running process?
open files space will not be released till they are closed