实验室异常断电,导致Centos7重启以后出现 Generating "/run/initramfs/rdsosreport.txt"

解决方法:

1、输入ls /dev/mapper
以我的电脑为例:此时会出现3个文件。其中cl-root文件是我们下面所要用的文件。ls的目的就是为了让大家能知道自己带“-root”文件的前缀是什么

2、输入xfs_repair /dev/mapper/cl-root -L  修复一下
注意:一定要用第1步查看自己的前缀!先知道自己是cl-root还是rhel-root或是其他。

3、重启reboot一下

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-10-27
  • 2021-05-22
  • 2022-12-23
  • 2021-05-11
  • 2021-05-14
  • 2021-06-16
猜你喜欢
  • 2021-08-14
  • 2021-05-15
  • 2022-03-01
  • 2021-07-02
相关资源
相似解决方案