Howto Convert a .nrg (Nero) file to a .iso file in Ubuntu
Posted by admin on May 17th, 2007
Email This Post
Install nrg2iso in Ubuntu
sudo apt-get install nrg2iso
Using nrg2iso
Usage
nrg2iso [nrg-file] [iso-file]
Example
nrg2iso image.nrg image.iso
Now you can burn your iso with your preferred linux burning app.
If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!


July 11th, 2008 at 11:27 am
In the usage how on earth do you specify to nrg2iso where the image file is.
July 13th, 2008 at 3:44 am
go to the folder where it is located… your toolbar should show the location of the file - use the full extension in your command line.
for example, if your image is on the desktop:
nrg2iso /home/Computer/Desktop/image.nrg home/Computer/Desktop/image.iso
July 31st, 2008 at 4:29 pm
Guys, you may just simply mount the .nrg file like an .iso file with or ‘mount -o loop -t iso9660 foo.nrg /mountpoint’
July 31st, 2008 at 11:03 pm
Thanks.
September 21st, 2008 at 5:58 am
I haven’t tried it yet but it should also work if you go to the directory first…
(On the Desktop):
cd /home/USERNAME/Desktop/ (Enter)
nrg2iso image.nrg image.iso (Enter)