Ubuntu – How to mount an ISO image in Ubuntu 12.04

iso

Possible Duplicate:
How to mount an ISO file?

I wish to Mount an ISO image and then install a set-up inside the image. Its an ISO of a game btw.

I have tried mounty, Gmount and furious iso and none of them worked.

Best Answer

You can also do this in a Linux distro agnostic way. Open a terminal and run:

sudo mount -t iso9660 -o loop "<path>/image.iso" /mnt

Your ISO image will be accessible under /mnt