Bug 说明

CentOS 虚拟机卡顿,于是执行了强制关机。
在强制关机后重启虚拟机,机器报错:corruption of in-memory data detected

「Bug」虚拟机 CentOS 报错:corruption of in-memory data detected

解决方法

参考 虚拟机Centos报corruption of in-memory data detected错误的恢复

使用如下命令:

# 查看 dev/mapper,找到 centos-root
ls -l dev/mapper
# 使用 xfs_repair 修复该数据卷
xfs_repair -L /dev/mapper/centos-root
# 重启虚拟机
init 6

相关文章:

  • 2021-07-26
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2022-01-18
  • 2021-08-13
  • 2021-12-19
  • 2022-01-28
  • 2021-08-12
  • 2021-07-07
  • 2022-01-04
相关资源
相似解决方案