安装 LVM2 卷时出现紧急故障

安装 LVM2 卷时出现紧急故障

我有一个 CentOS 7 系统,可以使用 live CD 启动。

系统 HDD 有一个 lvm2 分区,其中包含 2 个卷 /root 和 /home。

我可以在实时环境中挂载 /root 卷,没有任何问题。

当我尝试挂载 /home 卷时,会导致内核恐慌。

如果只是暂时复制文件,我需要挂载 /home 目录。

编辑:附加信息:

[root@localhost ~]# lvscan
  ACTIVE            '/dev/centos_midas/swap' [3.64 GiB] inherit
  ACTIVE            '/dev/centos_midas/home' [877.32 GiB] inherit
  ACTIVE            '/dev/centos_midas/root' [50.00 GiB] inherit
[root@localhost ~]# pvscan
  PV /dev/sdb2   VG centos_midas   lvm2 [930.96 GiB / 0    free]
  Total: 1 [930.96 GiB] / in use: 1 [930.96 GiB] / in no VG: 0 [0   ]
[root@localhost ~]# vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group "centos_midas" using metadata type lvm2
[root@localhost ~]#

答案1

然:

xfs_repair -L /dev/centos_midas/home

并且能够安装该卷并将文件复制到外部 USB 驱动器。

相关内容