How to mount a ISO image under Linux
This post will be short. I wil only write the necessary commands to mount an ISO under Linux.
1. Open your terminal and get root
2. Create the directory where we wanto to mount the ISO image
3. Mount the image in the directory as shown below
Where image.iso is the ISO file we want to mount, and /media/iso is the directory we created previously.
That’s all, now we can go to the directory where the ISO is mounted and explore it like a regular CD or DVD!
In order to umount, just launch the command as superuser