在Linux中出现mount:Structure needs cleaning报错解决方法
这篇文章主要介绍了Linux mount: Structure needs cleaning 错误解决方法,需要的朋友可以参考下
今天在使用fio进行IO测试的时候,文件系统/home分区遇到了mount: Structure needs cleaning 报错。大致情况:
/home分区是xfs文件系统;
执行fio进行多进程测试;
测试完毕之后,执行du -hs /home/*,部分文件的数据提示 “mount: Structure needs cleaning”报错;
解决方法
可以使用xfs_repair来修复,...