Do the following to mount an iso image in Linux:
mkdir /mnt/isodir mount -o loop filename.iso /mnt/isodir