Create a directory first.
Mount the iso by,
To unmount do,
$mkdir /home/myusr/example
Mount the iso by,
$sudo mount -o loop filename.iso /home/myusr/exampleThis will mount the ISO file to the created directory.
To unmount do,
$sudo umount /home/myusr/example