How to mount *.nrg/*.iso Image

Status
Not open for further replies.

hailgautam

Youngling
I have some movie VCDs copied to HDD in Nero-nrg-images. How do I mount them to view the movies. Basically I am looking at a Demon Tools type of application.

And how to view *.iso image as well.
 

alsiladka

Noobie Pro
When you know about Demon Tools , then why asking it over here dude, demon tools is one of the best for Virtual Drives.

From Demon tools option, enable a drive.
From the System tray, right click the demon tool option, select the virtual drive, select mount image. and choose your image.
 

eddie

El mooooo
Install Kommander and p7zip in your distro (if not already installed) and then download & install AcetoneISO from the following link
*digilander.libero.it/acetoneiso/
1) Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
2) Convert BIN/CUE, MDF, NRG, CCD/IMG, CDI, XBOX, B5I/BWI, PDI, DAA to ISO
3) Burn Your ISO, CUE, TOC images directly in K3b
4) Blank Your CD/DVD ReWritable
5) Verify md5sum of image files and Generate a Md5sum file from ISO
6) Ability to create ISO from Folder and CD/DVD
7) Service-Menu support
8) Play a DVD-Movie ISO with Kaffeine, Mplayer, VLC, Kmplayer
9) Split ISOs in smaller files and Merge them
10) Quick Turbo Mount an ISO file from your Desktop
11) Compress ISO with p7zip and extract
12) Encrypt and Decrypt an ISO
13) Generate a CUE file from a IMG/BIN image
14) Rip a PSX cd to a bin/toc image
 
OP
hailgautam

hailgautam

Youngling
Oh! sorry forgot to mention I am using Open Suse 10.2.

But the installation hangs at Software Installer "Showing Getting Install List....." Nothing is happening thereafter...
 

GNUrag

FooBar Guy
Mounting NRG images.

1. Install the package "nrg2iso"
2. Convert the nrg image to iso.
Code:
 $ nrg2iso  filename.nrg

Mounting ISO images.

1. Create a target directory where you want to mount the ISO image
Code:
$ su
# mkdir /mnt/iso
2. Mount the iso image as ISO9660 filesystem.
Code:
# mount -t iso9660 -o loop  filename.iso   /mnt/iso
3. Now open your file manager and browse away the contents of the ISO image.
 

eddie

El mooooo
hailgautam said:
But the installation hangs at Software Installer "Showing Getting Install List....." Nothing is happening thereafter...
It happens in openSUSE when you have lots of sources mentioned in YaST and all of them are set to "refresh". Then every time you start YaST to add/remove programs, it updates your file list from the servers which takes time to download. Now you have two options:
1) Wait for YaST to download files and it will eventually start.
2) Set all the sources not to auto-refresh and refresh manually.
 
OP
hailgautam

hailgautam

Youngling
Finally I installed AcetoneISO. Now the issues is that I am not able to mount it. It is asking for a folder to moount, so I prepared a new folder called Nero in /home/gomzy/Documents/

It is then asking for the root pasword, and then a message says that it can't mount.

It is a problem with the .nrg file? coz I read somewhere that it got some issues with certain types of .nrg files.
 

eddie

El mooooo
hailgautam said:
It is a problem with the .nrg file? coz I read somewhere that it got some issues with certain types of .nrg files.
It means that .nrg file is not of iso9660 standard..I don't think you'll be able to work with it from linux. You can give nrg2iso (as mentioned by GNUrag) a try but my experience with non-iso9660 nrg images is that when they are converted to iso...they get corrupted and we can't mount the iso. You can try though.
 
Status
Not open for further replies.
Top Bottom