How to: Tips and Tricks

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:

  1. Easy mounting ISO images in Ubuntu
  2. Easy converting PNG, JPG and other image formats to PDF
  3. Download YouTube videos with youtube-dl
  4. Ubuntu 9.10: compiling FFmpeg with x264
  5. Quick Setup fresh installed Ubuntu with Ailurus
  • Congratulations, this is what I’d call a useful site :)

  • 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

  • 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 :)

  • 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

  • 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.

You can follow any responses to this entry through the RSS 2.0 feed.