#!/bin/bash
#change path to image.iso and mountpoint to your requirements
mount -r -t iso9660 -o loop /path/to/image.iso /path/to/mountpoint/

