May 17, 2007 · General · Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

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

Usage

nrg2iso [nrg-file] [iso-file]

Example

nrg2iso image.nrg image.iso

Now you can burn your iso with your preferred linux burning app.

  • Share/Save/Bookmark

Related Articles

10 Comments to “Howto Convert a .nrg (Nero) file to a .iso file in Ubuntu”

  1. Rufus says:

    In the usage how on earth do you specify to nrg2iso where the image file is.

  2. sgriggl says:

    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

  3. Guest says:

    Guys, you may just simply mount the .nrg file like an .iso file with or ‘mount -o loop -t iso9660 foo.nrg /mountpoint’

  4. Ted says:

    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)

  5. Billy Baloney says:

    Uh no, Guest you can’t simply mount it with that command. Wrong FS type. Thanks for the advice on nrg2iso. Works great

  6. silviu says:

    thanks a lot!!!

  7. slimmpete says:

    Thanks guys this helped a lot.

  8. john says:

    great tip! thanks

  9. Boris says:

    Thanks!

Leave a Reply