Mounting an ISO

mkdir /mnt/myiso
mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0

The myiso.iso on the second line should be the path to your ISO file.
So in the case above it was in the current path.