故障处理1:
Centos 7.7 异常关闭虚拟机造成虚拟机无法启动,并报如下错误;
 报错:
 Centos 7 异常断电,系统无法启动

Centos 7 异常断电,系统无法启动
注意:修复之前备份数据;

解决:
1、CentOS启动失败,自动转到急救模式;
2、journalctl -xe 查看错误日志,提示/dev/sda3 挂在失败;
3、mkdir /mnt  mount /dev/sda3  /mnt 提示失败;
4、xfs_repair /dev/sda3  尝试重建
5、reboot 重启
6、系统恢复正常;

相关文章:

  • 2021-08-31
  • 2021-10-01
  • 2021-06-22
  • 2021-07-10
  • 2021-04-12
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-27
  • 2021-04-03
  • 2021-11-11
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案