Mouting a kvm qemu disk image with multiple partitions
This worked for me:
kpartx -av cento.img
And mounting the loop device created in /dev/mapper
:
sudo mount /dev/mapper/loop0p1 /mnt/destination
This worked for me:
kpartx -av cento.img
And mounting the loop device created in /dev/mapper
:
sudo mount /dev/mapper/loop0p1 /mnt/destination