码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-05-18 12:07:03      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:tps   alt   corrupt   dev   root   shell   log   net   数据   

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

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

标签:tps   alt   corrupt   dev   root   shell   log   net   数据   

原文地址:https://www.cnblogs.com/kirito-c/p/12909484.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!