Convert NRG (Nero) file to ISO

January 21st, 2007 | by Hideident |

almost all of my linux image are on NRG format,but there is problem when i want to mount them as directory to install any reposities.
this way can convert NRG file 2 ISO :

dd if=FILE.NRG of=FILE.iso bs=2048 skip=150
where FILE.NRG is your nrg file, and FILE.iso is your output file (ISO).

example:
dd if=Image.nrg of=FC5-CD1.iso bs=2048 skip=150

to check,if your command is successfull, u can do by issued command:
file FILE.iso
example:
file FC5-CD1.iso
if your conversion was successful, u will get :
FC5-CD1.iso: ISO 9660 CD-ROM filesystem data ‘FC/5 i386

note:
make sure you have enaugh space to convert!

Post a Comment