Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  100% FULL solution to audio problem on toshiba satellite A135 My model A135  Absolute Beginner TalkNext Question:  [all variants] Weird Home Folder and Amarok problem  Absolute Beginner Talk
Question Mounting ISO ( Ubuntu Forums General Help )
Updated: 2008-11-23 02:00:16 (4)
Mounting ISO

In Windows land, either Alchol-soft (120%) or Nero allowed me to mount an ISO, and thus browse the files of that ISO, or whatever. Is there a Linux software equivalent?

Many thanks in advance,


AceMan

Answers: Mounting ISO ( Ubuntu Forums General Help )
Mounting ISO

Many thanks! I knew Linux was cool for a reason.


Again, my thanks!


AceMan

KrGAce

Mounting ISO

You could try this application. It is designed specifically for Ubuntu, installs via a deb installer, has a simple to use GUI and mounts ISO, IMG, BIN, MDF and NRG Images, and doesn't require a password to mount images.

marcusfurius

Mounting ISO

Here you go:
Code:
mount -o loop -t iso9660 /path/to/file.iso /mount/point
Once you do this you will be able to access the /mount/point directory (or whatever other directory you mounted the iso on) as if it were another directory with files on your system.

EDIT: to mount the iso each time you boot:
In your /etc/fstab file add the following line:
Code:
/path/to/file.iso /mount/point iso9660 ro,loop=/dev/loop# 0 0
The # in /dev/loop# is a number from 0 to 7. That's how many loop devices are made by default so you can mount up to 8 iso images. If you want more, create more loop devices.

x1a4

Mounting ISO

Quote:
Originally Posted by KrGAce
In Windows land, either Alchol-soft (120%) or Nero allowed me to mount an ISO, and thus browse the files of that ISO, or whatever. Is there a Linux software equivalent?

Many thanks in advance,


AceMan
In Linux or Ubuntu u can use the terminal to mount a iso as CD-rom with these commands:
Code:
sudo mkdir /media/iso
sudo mount -t iso9660 -o loop filename.iso /media/iso
GMount-Iso you can also mount a iso.

GIsoMount you can mount, browse and burn isos.

CDemu you can mount isos CD/DVD drive emulator for Linux.

zxan

Previous Question:  100% FULL solution to audio problem on toshiba satellite A135 My model A135  Ubuntu Forums  Absolute Beginner TalkNext Question:  [all variants] Weird Home Folder and Amarok problem  Ubuntu Forums  Absolute Beginner Talk

- Source: Mounting ISO Ubuntu Forums General Help
- Previous Question: 100% FULL solution to audio problem on toshiba satellite A135 My model A135 Ubuntu Forums Absolute Beginner Talk
- Next Question: [all variants] Weird Home Folder and Amarok problem Ubuntu Forums Absolute Beginner Talk





AllQuests.com