Invalid file system control data detected
转载
今天在做mkdir操作时报错:Invalid file system control data detected。检查用户和权限没问题,再检查磁盘空间也没问题。最后在网上找到如下信息:
【problem】
# mkdir aaa
mkdir: 0653-358 Cannot create aaa.
aaa: Invalid file system control data detected.
【solution】
usually the reasons is corrupt inodes etc.. (of course full filesystem and you are
not root) Check space....and fsck it...
You can try to unmount the filesystem and fsck it.... or fsck -y it...
本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章