Mount LVM partition on Ubuntu

Try Fast Read
0
0



I had two distributions Fedora 20 and one ubuntu based distro called Deepin Linux.

The partitions in Fedora were in LVM format and couldn’t be accessed in Deepin or any ubuntu based distros.

Here is how you mount the partition.

sudo apt-get install lvm2
sudo modprobe dm-mod
sudo vgchange -a y

Post navigation