Program complains not enough disk space even if the disk space exists

Posted by user1189899 on Server Fault See other posts from Server Fault or by user1189899
Published on 2013-10-18T19:40:51Z Indexed on 2013/10/18 21:58 UTC
Read the original article Hit count: 399

Filed under:
|
|

I have an EXT3 partition mounted in ordered data mode. If a power failure occurs when a program is creating files on that partition, I see that space usage reported is normal and I don't see any partial written files. But when I try to run the same program again after the system comes back up it complains that there is not enough disk space. Even though the free space reported is far more than required. The program always succeeds in normal conditions. Also the problem seems to disappear when the partition is remounted. I was wondering what could be the right way to handle the situation other than unmounting and remounting.

© Server Fault or respective owner

Related posts about linux

Related posts about filesystems