美文网首页
xfs文件系统损坏后的修复

xfs文件系统损坏后的修复

作者: Nejore | 来源:发表于2020-06-10 15:18 被阅读0次

1.问题描述

/data挂载分区异常,经排查发现是xfs文件系统受损,提示错误Input/Output error

2.处理方法

mount -f /data

xfs_repair -L /dev/mapper/centos-data

xfs_check /dev/mapper/centos-data

mount -a

相关文章

网友评论

      本文标题:xfs文件系统损坏后的修复

      本文链接:https://www.haomeiwen.com/subject/mrkptktx.html