df -k


 
Thread Tools Search this Thread
Operating Systems HP-UX df -k
# 1  
Old 06-01-2007
df -k

One of the filesystem was 90% full.
I moved one of the giant files over to a different filesystem and compressed it. but when I run df -k on the original filesystem, it still shows 90% utilization, am I missing something?
Any help appreciated
# 2  
Old 06-02-2007
move or copy?

did you delete the original?
# 3  
Old 06-02-2007
There is a process still reading/writing file. What you has casue the original file to be unlink()ed which means that it is no longer visible from the filesystem, however the process which already has the file open can continue to use it. The space on the filesystem will not be released until the process "lets go" of the file ( ie when you restart the process )
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question