Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



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

Posted by Admin on May 17th, 2007

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 Debian

#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/Bookmark

3 Responses to “Howto Convert a .nrg (Nero) file to a .iso file in Debian”

  1. default Says:

    Stupid. Try this:
    ~$ dd if=image.nrg of=image.iso bs=100k skip=3

    Is this really a site for DEBIAN folk?? With tips like that I doubt it.

  2. Khurn Noy Says:

    thank you

  3. nono Says:

    No no… NRG files DO NOT have a 300kb header. That dd command won’t work. you would want something more like this:

    dd ibs=2048 count=[filesize-156] if=image.nrg of=image.iso

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>