Howto Convert a .nrg (Nero) file to a .iso file in Ubuntu
Sponsored Link
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.
In the usage how on earth do you specify to nrg2iso where the image file is.
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
Guys, you may just simply mount the .nrg file like an .iso file with or ‘mount -o loop -t iso9660 foo.nrg /mountpoint’
Thanks.
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)
Uh no, Guest you can’t simply mount it with that command. Wrong FS type. Thanks for the advice on nrg2iso. Works great
thanks a lot!!!
Thanks guys this helped a lot.
great tip! thanks
Thanks!
This quite simply does not work. No matter what I enter, I get this:
Nrg2Iso v0.4 by G. Kokanosky
released under the GNU GPL v2 or later
Usage :
nrg2iso image.nrg image.iso
–version display version number
–help display this notice
Any ideas?
Dan
Same as Dan, Not working despite full syntax.
thank you ! it worked
open terminal, go to directory where file is,type
nrg2iso file.nrg file.iso
simple even a noob should cope
Warning: This program can not convert audio CDs. (From http://www.roland-illig.de/lang.delphi.nrg2iso.html )
hi….
tq for the tips….
but for me when i converting the .nrg file it says its already .iso 9660 file what i did is
i change the extension image.nrg to image.iso
and burn it using brasero…..
to get brasero just search from ubuntu software center….
I had to rename the file. For instance ‘New Moon.nrg’ to ‘image.nrg’ and the simply follow the format ‘nrg2iso image.nrg image.iso’. Thanks,worked geat for me.
thanks , it worked……….:)
its fast too.
who can help ,i got this error …Segmentation fault
..help
Thanks a lot. It worked. Simple too.
Thank you bro. Its work!
On ubuntu cant convert…
Rozpakowanie nrg2iso (z …/nrg2iso_0.4-4_i386.deb) …
Przetwarzanie wyzwalaczy dla man-db…
Konfigurowanie nrg2iso (0.4-4) …
buh@Ubuntu-CA:~$ ./nrg2iso
bash: ./nrg2iso: No such file or directory
too bad :/
ok my mistake….
on this page http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
was command with “./” without this works… sorry dude’s :d
respect 🙂
response@response-HP530:~$ sudo apt-get install nrg2iso
[sudo] password for response:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nrg2iso
I have found where is problem. I have written into the terminal
sudo apt-get update
and then repeat procedure and it is OK now.
I received the message that it was already an ISO file. Changing extension from ‘.nrg’ to ‘.iso’ did the trick
Thankx Dear
i just changed extension (right click, properties) to .iso and simply opened it with archive manager.
Great:-) it works. THNKZ
great!
works for me