Hi,
I have gone through the community posts and still I face this Message: fopen(/var/lib/php/sessions/ci_sessiond0v4i5qeugpm0t9qodulbij3aoabot4b): failed to open stream: No space left on device issue persists.
Output for df -h
I still have space available, so that is not the issue. I have also gone through this post .
This error comes frequently, if I refresh then it might work for sometime. Then the same issue pops up again. Please help me resolve this, as this is affecting the user experience a lot.
Framework used - Codeigniter
Regards
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This comment has been deleted
Hello,
It sounds like that your Inodes might be full. Try running the
df
command but with-i
argument:This usually happens when you have a huge number of really small files, that way you would still have space available but no available inodes.
Let me know how it goes! Regards, Bobby