scan image and create loop devises
losetup -f -P /path/to/image.img
list loop devices
losetup -l
mount partition loop device
mount /dev/LOOPDEVICEFROMLIST /path/to/mount/directory
detach lopp device
losetup -d LOOPDEVICEFROMLIST
detach all loop device
losetup -D