If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
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!