Convert Nero image (.nrg) to ISO9660 (.iso)

Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.

neroIn case you need to convert Nero image file .nrg into regular ISO9660 .iso utility nrg2iso might be helpful then. It’s included into apt repositories of Debian and Ubuntu, so to install it execute:

sudo aptitude install nrg2iso

When it’s done, convert file by command:

nrg2iso image.nrg image.iso

Rather trivial task, right? :)

 
 
» You might also be interested in the following articles:
Two-way conversion of Unix time (seconds since 1970) and regular time
How to create custom linux ISO image?
Convert WMA to MP3 in Ubuntu
FAQ: How to open files .daa in Ubuntu
Download and convert YouTube video online and offline



» Want to stay up to date? Subscribe to our E-MAIL or RSS feed!

31 Responses to “Convert Nero image (.nrg) to ISO9660 (.iso)”


  1. 1 Downer

    Except it often doesn’t seem to generate usable ISOs. Give it a try sometime.

  2. 2 artiomix

    Hi Downer,

    Do you use nrg2iso 0.4 or earlier version? Download latest one here.

  3. 3 joe

    http://code.google.com/p/nrg4iso/
    its non-compiled source code.

    I don’t know how to compile it. gcc gave me some error.

  4. 4 Patrick

    Hi,
    if it complains about unknown endianess and you’re using a x86 compatible machine, you can add
    -DBYTE_ORDER=”LITTLE_ENDIAN”
    to the CFLAGS in the Makefile.

    Regards,
    Patrick

  5. 5 masterdave208

    this is a nice programm .. thank you

  6. 6 Arne

    Crap…it says that the file is not a valid ISO9660-File. DAMN!

  7. 7 Diego

    Thanks, it worked fine.

  8. 8 Bisuletz

    Very useful! thanks

  9. 9 Sangas

    I found this handy command from somewhere (I can’t remember where) which will mount a Nero Image:

    mount -o loop,offset=307200 image.nrg /placetomount

    It turns out that a Nero image is just a ISO with an added header so we just skip the header to so can mount it.

  10. 10 chewbacca22

    Thanks! worked like a charm… :D

  11. 11 yo9gjx

    i test version 0.4 and is working fine
    8 nrg img converted in iso and all burned on cd working great

  12. 12 aNxello

    Thanks for the info i really needed it =D it worked great ;)

  13. 13 viko

    funny when i try
    ‘nrg2iso image.nrg image.iso’ (without sudo) is says: ‘Segmentation fault’

    anyway, works great whit sudo :D

  14. 14 Anish

    thankx… gr8 job….

  15. 15 Mariusz

    >> Crap…it says that the file is not a valid ISO9660-File. DAMN!

    Exactly. I have had the same experience. Crap.

    @ Sangas
    >> mount -o loop,offset=307200 image.nrg /placetomount

    Sorry, this doesn’t work:

    # mount -o loop,offset=307200 myfile.nrg /media/disk
    mount: you must specify the filesystem type

    or you posted without checking if it worked? [I am using Sabayon 5.o, an excellent Gentoo based distro.]

  16. 16 Joe McKenzie

    nrg2iso 1.0.1 just announces that my .nrg file is a Nero DAO with 1 session, generates a zero-byte .iso file and exits with no errors.

  17. 17 4net

    Wow. That was fast. Ubuntu 9.10

  18. 18 buy nrg-1

    Simply just start reading your blog it truly is pretty informative i shall most definately keep an eye on your blog, you have turned me into a regular reader.Do you have a newsletter i could subscribe to ?

  19. 19 Tommy Cecil

    I’m pleased I located this site, I couldnt get any information on this subject matter prior to. Also operate a niche site and if you wish to ever interested in a little bit of guest writing for me make sure you feel free to let me know, im always look for people to check out my web site. Please stop by and leave a comment sometime!

  20. 20 jin

    i installed using apt-get
    i typed in convert command the simple way ex: [nrg2iso image.nrg image.iso] and the detailed way ex: [nrg2iso home/compname/desktop/image.nrg image.iso]
    both ways the terminal always says “image.nrg no such file” or ” home/compname/desktop/image.nrg no such file”

    is there something i’m missing?? the .nrg file is a valid i checked it and i can mount it but i need to install this program via virtual machine so i need .iso file.

  21. 21 Chris Coty

    I noticed that Nero likes to name the default ‘Image.nrg’. If that’s the case for your source file, make sure your case sensitive I is correct, otherwise… ‘no such file’ good luck.

    -chris

  22. 22 che

    >sangas _Brilliant mount -o loop,offset=307200 image.nrg /placetomount
    worked like a charm on 3.0ghz hp 512 ram :( puppy linux 4.31 :)

  23. 23 kirlian aura camera

    I am not really positive if best practices contain emerged almost things like that, other than I am positive that your big job is obviously recognized. I was questioning if you offer any membership near your RSS feeds because I would be extremely interested.

  24. 24 Fabulous Anime

    Is it okay to put part of this on my blog if I post a reference to this webpage?

  25. 25 bodyglovewetsuits.org

    A number of seriously beneficial information in this article. I was not really sure whether you are aware or not but it does appear your footer is overlapping a lttle bit. Must be a specific program within the actual code not really quite right. Nevertheless, good weblog you have got here and you definitely can’t beat wordpress platforms for a Website cms system.

  26. 26 gerqwew

    I appreciate the time you positioned on this purpose or on this post. although u have fascinating ideas.fwerg

  27. 27 wickw

    I am not really positive if best practices contain emerged almost things like that, other than I am positive that your big job is obviously recognized. I was questioning if you offer any membership near your RSS feeds because I would be extremely interested.

  28. 28 zeki ural

    sudo apt-get install nrg2iso

  29. 29 Anonymous

    Doesn’t work for me. First I get this error message:

    mount: you must specify the filesystem type

    Then I add “-t iso9660″ which gives other messages:

    mount: wrong fs type, bad option, bad superblock on /dev/loop0,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog – try
    dmesg | tail or so

    Any idea of what to do?

  30. 30 Tarot barato

    Obviously I like your web-site, however you need to test the spelling on several of your posts. Many of them are rife with spelling issues and I find it very troublesome to tell you. On the other hand I will definitely come back again!

  31. 31 Anon.

    Hello everyone,

    The problem with the NRG file it seems is that it is more than merely an ISO file plus header.

    However, you can treat them that way if they are Disc At Once (DAO) written (i.e. the mount command, the nrg2iso (or the dd command) will all work just fine. However, when it is Track At Once written, NONE of the linux based tools will be able to convert the file to a usable ISO.

    It may be possible to use some of the windows options through wine or a vm to do the conversion however.

    Cheers

Leave a Reply




Friendly Sites:Who is behind Linux Screw?
GeekyBits³ | Bash Cures Cancer | OMG! Ubuntu!
My SysAd Blog | Web Upd8
ZEPY | Linux config Wiki | Planet Sysadmin
a non-geek's linux notes | Linux Today
TuxArena: The arena of Tux | LinuxAlt.Com
My name is Artem N. (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››