I have a disk image that I made with KVM. The partition layout inside the disk image is as follows.
[root@centreon01 2tb-external]# fdisk -lu vdisk1.img
Device Boot Start End Blocks Id System
vdisk1.img1 * 63 208844 104391 83 Linux
vdisk1.img2 208845 1249278659 624534907+ 8e Linux LVM
Partition 2 has different physical/logical endings:
phys=(1023, 254, 63) logical=(77763, 254, 63)
I understand how to mount the LVM partition but how would I access the LVM volume within that once I mount it? Would I then mount the volume that's mounted within?
Thanks everyone!