:e ~/article/mount-lvm-partition-on-ubuntu.md [readonly]

smjrifle@smjrifle.xyz:~/article/ $

Mount LVM partition on Ubuntu

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

Then find your volume:

sudo lvdisplay

Mount it:

sudo mkdir /mnt/fedora
sudo mount /dev/volume-group/logical-volume /mnt/fedora
[:bp] Restore --asroot for Yaourt/makepkg in Arch [:bn] Protect your Apache directory
-- NORMAL -- mount-lvm-partition-on-ubuntu.md PHP UTF-8 0% smjrifle@xyz