1)Create the directory aka mount point
- mkdir -p /path/Directory_Name
First move into the directory containing the .iso file and then use the command mentioned below.
- sudo mount -o loop file_name.iso /path/Directory_Name
Chill out! Your ISO image file has been mounted.