Wednesday, April 30, 2008

Convert NRG images to ISO images (nrg2iso) using dd

If you want to convert Nero "nrg" images to ISO format to mount or burn you can either use nrg2iso, or just use dd to skip the 300k header (will work just fine for DAO images):

dd if=image.nrg of=image.iso bs=4096 skip=75

2 comments:

Anonymous said...

this is the stuff i love about your blog! practical advice to survive the madness.
with which versions of nero have you tested it? ill run http://infrarecorder.sourceforge.net/ these days and im very happy that i could get rid of the bloat of nero

Anonymous said...

It works with old nero images only.
It's more complex in new version.