Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Edgy,Feisty,Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed


  • Sponsor



  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Howto Convert a .nrg (Nero) file to a .iso file in Ubuntu

Posted by admin on May 17th, 2007 Email This Post Email This Post

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

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

5 Responses 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. scarboni Says:

    Thanks.

  5. 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)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>