Created
December 18, 2021 12:22
-
-
Save dieechtenilente/c3442d8c44e2fc5c2b1a6da7d94088de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://blog.e-shell.org/269 | |
vgscan -v --mknodes | |
vgchange -a y | |
xfs_repair /dev/mapper/centos-root | |
optional: mount to replay xfs logs | |
mount /dev/mapper/centos-root /mnt | |
umount /mnt | |
xfs_repair /dev/mapper/centos-root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment