How to mount an ISO image in linux
- Become root.
- # mkdir -p /mnt/iso
- # mount -t iso9660 -o loop /root/Download/LinuxIC-4.1.3.iso /mnt/iso/
Change directory to /mnt/iso and browse the image.
Source: http://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/