Mount iso file in unix

To mount an iso file (filename.iso) to a mount point (/mnt/iso):

mount -o loop -t iso9660 filename.iso /mnt/iso