mount /dev/sda1 /mnt
lvdisplay
vgchange -ay
xfs_repair /dev/centos/root
xfs_repair /dev/centos/home
IF REPAIR REQUIRES A MOUNT
mount /dev/centos/root /mnt
umount /mnt
mount /dev/centos/home /mnt
umount /mnt
Modified on: Thu, 8 Feb, 2018 at 8:06 PM
Did you find it helpful? Yes No
Send feedback