Why can't I mount this "LVM2 PV" disk?
I had an old (not working) computer that had Fedora 27. I removed the disk and connected it via USB to a new computer (with Fedora 28).
The disk doesn't mount automatically. When I open Gnome Disk I see the following (I am trying to mount the 249GB partition, because presumably, my home directory is there):
I tried to mount it via command line (like in the old times) but I get this error:
$ sudo mount /dev/sdc2 asus/
[sudo] password for user:
mount: /home/user/tmp/disk: unknown filesystem type 'LVM2_member'.
How can I mount such disk? Am I missing something? Honestly I never understood LVM partitions, I wish I did a plain ext4 partitioning for this disk.
Run the command
lsblk -a
to maybe better understand your partition layout. The Fedora installer offers a "normal" partition layout without using (encrypted) LVM but you would have to decide during install.Everything that is in your LVM2 - PV is mounted already and also listed in your window as three Block Devices. Do the math, add up the capacities of those three, it should result in the size of your PV