How to mount LVM partitions from rescue mode (Fedora/CentOS/RedHat)

How to mount LVM partitions from rescue mode (Fedora/CentOS/RedHat)

Boot your rescue media.

Scan for volume groups:
# lvm vgscan -v

Activate all volume groups:
# lvm vgchange -a y

List logical volumes:
# lvm lvs –all

With this information, and the volumes activated, you should be able to mount the volumes:
# mount /dev/volumegroup/logicalvolume /mountpoint


found at: http://jim-zimmerman.com/?p=587

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Securing the Pi-hole with fail2ban to prevent DNS Amplification attacks

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10