今天kvm的centos系统,rm -rf时报错,具体如下:
rm: cannot remove ‘log-0/case1/log_net’: Input/output error
rm: cannot remove ‘log-0/case1/log_iostate’: Input/output error
强制重启系统后,发现XFS (vda3):Corruption detected.Unmount and run xfs_repair 相关的错误。
从错误可以查看到是vda3错误。
解决办法:
1、umount /dev/vda3
2、xfs_repair -L /dev/vda3
3、reboot 就ok了。