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.
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. |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Try using the built in disk image mounter. Simply right click any ISO file and choose "Open With > Disk Image Mounter." You can also mount an ISO with the Disk Manager application. The following directions are written for Disks in Ubuntu 12.10, but the Disk Manager in Ubuntu 12.04 is very similar. Search for Disks in the dash and open it. On the left side, you will see a list with all the disk drives attached to your computer. Click the + at the bottom of the list. This dialog allows you to attach any ISO or IMG file, and it will appear as a new device. From there, click the Mount button (looks like a little Play icon) to mount the volume.
|
|||||
|
|
You can also do this in a Linux distro agnostic way. Open a terminal and run:
Your ISO image will be accessible under /mnt |
|||||||||
|