Mount a partition in an image (file) Find start sector fdisk [file/lvm-image] "u" to switch units find start of partition. multiply by 512 eg: echo $[512*2988153] 1529934336 mount -o loop,offset=1529934336 /dev/mapper/VG-[name] /mnt