Jump to content

Recommended Posts

Posted

I have got serveral traing videos in the form of .nrg files.

 

Although I know this is an image file

 

1.How do I extract the files from the image

 

2. If you cannot extract the files form an .nrg image then how do I burn it to a disk.

 

I have used magic ISO and Power ISO although I do not seem to be getting any where??????

 

any help would be great thanks all

Posted

Install daemon tools....mount the image and then copy them out of the virtual CD drive :)

 

nrg is the Nero imago format so you'd probably need nero to write it to a disk, i've not heard of any other CD/DVD burning software that will work with nrg files.

Posted

Just as the man said. Use daemon tools.

 

You can use something like Alcohol 120% to burn nrg images if needed.

Posted

What a strange format to send out training video's in !

 

an nrg file is just an iso9660 with an additional 300 bytes of 'nero data' at the beginning. its simple to strip that out with dd

 

 dd if=image.nrg of=image.iso skip=300 bs=1024 

 

no need for extra software, just use your *nix partition.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...