Mount raw images

Attach image to a loop device:
#losetup -f -P image.raw
List devices:
#losetup -l
Mout:
#mount /dev/loop0p1 /mnt/test/