No space error, but having space

ஒரு கணினியில் , கோப்பு எழுத இடம் இல்லை என்று பிழைச்செய்தி வருகிறது.

ஆனால் இடம் தாராளமாக உள்ளது.

படம் காண்க.

எப்படி இதை அணுகுவது ?

1 Like

This server has CentOS release 6.10 (Final). Any clue on how to resolve this issue ?

Searching on the internet i found some of the below points,

The way to debug is to compare the outputs of

df -h

And

du -sh

If the values shown by both commands are two far apart (discrepancy), then it may be some files are still not deleted (and released) due to some background process is locked with that file location.

If you find the discrepancy, you can run

sudo lsof / | grep deleted

And you can manually restart the process listed above to release the file locations.

If there is no discrepancy, this problem may be caused by bad blocks in the storage device or not enough inode numbers are assigned to the free space.

Kindly try to check the du and df command output to proceed further

journalctl -b | curl --data-binary @- https://paste.rs

பிழை ஏற்படும்போது இந்த கமாண்டை இயக்கி வரும் இணைய இணைப்பை பகிரவும்.