df查看有空间,但报No space left on device,可能因为inode分配完了。
1.查看inode分配情况
# df -ih
2.删除部分文件释放inode
3.如遇删除文件后无法释放空间,则需kill相应进程
# lsof | grep deleted # kill -9