Failed to mount /sysroot
其中一个解决办法:
sudo xfs_repair -v -L /dev/dm-0
exit
第二种方法
xfs_repair -L /dev/sda3
exit
然后就能正常进入启动程序了,重启了一下虚拟机,此问题没有复现.
https://unix.stackexchange.com/questions/337289/how-to-repair-centos-failed-to-mount-sysroot
Failed to mount /sysroot
阅读 38
2022-07-12
Failed to mount /sysroot
sudo xfs_repair -v -L /dev/dm-0
exit
xfs_repair -L /dev/sda3
exit
然后就能正常进入启动程序了,重启了一下虚拟机,此问题没有复现.
https://unix.stackexchange.com/questions/337289/how-to-repair-centos-failed-to-mount-sysroot
相关推荐
精彩评论(0)