When trying to mount a physical disk from CentOS to Ubuntu, I got this problem "unknown filesystem type "LVM2_member". After a while, I find out the solution.
First of all, you have to install
LVM2 into your system through this command:
sudo apt-get install lvm2 |
And now, you just have to follow these commands below to work with your data (copy, move...).
Have fun!