|
Inconsistent memory usage display
When i was trying to store a file of size 743 MB into a directory i got a msg. that the disk is full. But when i used the df -k . command on that directory it showed only 40% in usage and the disk had more than enough memory for the file. When i checked the syslog i found that at that instant of time when the file was trying to be created inside the directory the corresponding volume was full. That is why it showed the error. But then how the command showed 40% free. Any explanations?
|