Convert .nrg (Nero image) to .iso file in Ubuntu
If you want to convert .nrg file to .iso file you can use nrg2iso tool to create this. nrg2iso is a program that extracts ISO9660 data from Nero “.nrg” CD-ROM image files.
Install nrg2iso in Ubuntu
sudo apt-get install nrg2iso
Using nrg2iso
Enter this command
nrg2iso [nrg-file] [iso-file]
Examples
nrg2iso image.nrg image.iso
nrg2iso /home/username/image.nrg /home/username/image.iso
Now you can burn your iso with your preferred linux burning app (Brasero, Gnomebaker, K3B…).
Via ubuntugeek.com
Related posts:
Picajoso
18 Feb, 2010
Congratulations, this is what I’d call a useful site :)
PiterJankovich
30 Mar, 2010
My name is Piter Jankovich. oOnly want to tell, that your blog is really cool
And want to ask you: is this blog your hobby?
P.S. Sorry for my bad english
enjoy
30 Mar, 2010
Thank You Piter! This blog is a place where I can write notes about what I did on my Ubuntu systems. And since I’m not egoist, I share my notes with the rest of the world :)
shbeer
6 May, 2010
Hi there …
i did that but it says “It seems that Image.nrg is already an ISO 9660 image
[Aborting conversion]”
what’s wrong here ? :S
it’s still .nrg and when i try to open it with “Archive Mounter” i find a readme file that’s all
Thanks alot
enjoy
12 May, 2010
Hi shbeer,
this happens when the nrg file already is iso file. Try rename .nrg to .iso and burn it to the disc or mount to your filesystem.