You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating “/run/initramfs/rdsosreport.txt”
“Entering emergency mode. Exit the shell to continue”
“Type ‘journalctl’ to view system log.”
You might want to save “/run/initramfs/rdsosreport.txt” to a USB stick or /boot after mounting them and attach it to a bug report.
首先开机后显示下面信息
这是进入了救援模式,提示我们需要输入 journalctl 查看具体报错信息
上下键或翻页键进行滚动
后面看到我的报错信息:XFS dm-0 internal error ibtrec->ir_freecount !=1……
百度了半天没弄好,最后参考这个教程弄好的:https://www.jianshu.com/p/4b88b8e95690
我的修复流程:
提示xfs_repair: cannot open /dev/dm-0: Device or resource busy
原因是需要先umount,再执行 xfs_repair 命令
The text was updated successfully, but these errors were encountered: