It’s very simple accomplish from the command line. Open up a terminal window and type in the following commands

sudo mkdir /media/iso

sudo modprobe loop

sudo mount filename.iso /media/iso -t iso9660 -o loop


You must be capable to browse to the /media/iso folder and see the inside of the ISO image. Also you unbound the iso, using the following command:

sudo umount /media/iso