banner
NEWS LETTER

Linux启动进入急救模式

Scroll down

本文作者:丁辉

Linux启动进入急救模式

报错如下

1
2
3
4
5
6
7
Generating "/run/initramfs/rdsosreport.txt"

Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
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.

:/#

问题分析

XFS(dm-0)有元数据损坏。

问题解决方案:

  1. 查看系统日志

    1
    journalctl -r

    日志如下

    1
    2
    3
    4
    # 查看红色报错()内名称

    XFS (dm-0):******
    # 或如 vda1 类报错
  2. 使用()内名称查询对应映射区

    1
    ls -l /dev/mapper
  3. xfs 修复

    1
    xfs_repair -v -L /dev/dm-0
  4. 最后退出急救模式重启启动成功

完美解决

I'm so cute. Please give me money.

其他文章
cover
OpenSSL搭建CA证书颁发机构Genpkey
  • 70/01/01
  • 00:00
  • Linux-资源安装
cover
Teleport部署
  • 70/01/01
  • 00:00
  • Linux-资源安装
目录导航 置顶
  1. 1. Linux启动进入急救模式
请输入关键词进行搜索