PDA

View Full Version : Convert a .nrg in a .img


WitchCraft
March 18th, 2009, 10:00 PM
If you want to convert a .nrg file to a .iso file you can use either:

dd if=image.nrg of=image.iso bs=100k skip=3


or use the nrg2iso tool to create this. nrg2iso is a program that extracts ISO9660 data from Nero “.nrg” CD-ROM (http://www.debianadmin.com/howto-convert-a-nrg-nero-file-to-a-iso-file-in-debian.html)


Install nrg2iso in Debian


apt-get install nrg2iso



Usage


nrg2iso [nrg-file] [iso-file]



Example


nrg2iso image.nrg image.iso

Psyphre
April 13th, 2009, 11:54 PM
awesome thank you very much for sharing that. I managed to convert an nrg file to iso.

Thanks again.