Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jonaseriksson

macrumors member
Original poster
Jun 5, 2005
73
0
Hi

I've downloaded a .nrg (nero disk image) to use with Parallels (its windows xp. i have legal key via a msdn subscription but no way to download the iso of the site since its done via a downloader(.exe)). Parallels however wont mount the file. Last time I had a similiar problem I managed to convert the file to .dmg, but I cant find any way to do that with .nrg files.

Anyone?
 
You need an ISO if you want to manipulate or burn it on a mac. BINs also work.. as well as the zip variety. You're probably going to have to download another file unless you can find a Windows machine to open it. If you could then it'd probably be easier just to download from MSDN though... :D
 
Assuming the NRG is just a single session ISO CD image, you can just remove the first few kb with dd from Terminal.app
Code:
dd if=image.nrg of=cdrom.iso bs=512 skip=600

B
 
Assuming the NRG is just a single session ISO CD image, you can just remove the first few kb with dd from Terminal.app
Code:
dd if=image.nrg of=cdrom.iso bs=512 skip=600

B


it worked! oh thank you thank you thank yoy :) :D
 
Assuming the NRG is just a single session ISO CD image, you can just remove the first few kb with dd from Terminal.app
Code:
dd if=image.nrg of=cdrom.iso bs=512 skip=600

B

Hi, how exactly do I use Terminal.app along with this code and my dvd.nrg? Any help would be really appreciated.
 
How to use the dd command with Terminal

Hi, how exactly do I use Terminal.app along with this code and my dvd.nrg? Any help would be really appreciated.

Go to applications / utilities
Double click on Terminal to open up a terminal window.

From this commandline simply type the dd command as shown.

This will copy the .nrg file to the .iso file skipping the number of bites after skip=
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.