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
Cloud, Security, Digital Forensics, UNIX
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:
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
It works with old nero images only.
It's more complex in new version.
Post a Comment