Convert nero nrg to iso file
In case you need to convert Nero image file .nrg into regular ISO9660 .iso utility nrg2iso might be helpful then. It’s included into apt repositories of Debian and Ubuntu, so to install it execute:
sudo apt-get install nrg2iso
When it’s done, convert file by command:
nrg2iso image.nrg image.iso
Ref: http://www.linuxscrew.com/2007/09/16/convert-nero-image-nrg-to-iso9660-iso/
~~LINKBACK~~ ~~DISCUSSION~~