Search

Top Posts

Comments

  • ZAYIFLAMA YOLLARI: Zayıflama Yolları, diyet listesi,rejim
  • Dan: You’d definitely need a microphone, mic stand and usb audio interface for a start!
  • Sepp: Mac OS X comes with an even more powerful Firewall than the one in the system preferences. Open up the Terminal...
  • jeffcard: Nice guide, thanks for sharing, here is a step by step guide regarding how to convert DVD, video and audio,...
  • James: Well, it hasn’t crashed on me yet, and I’ve been using it for at least 2 months now…

Categories

Recent Posts


Convert a Nero Image File to ISO

terminal-icon-512x5122 Someone recently sent me a Nero Image File and I had no idea what to do with it, but after some looking around I discovered you can easily convert a Nero image File to ISO format. Apparently the only difference between a Nero Image File and a typical ISO is that Nero adds a 300k header to the normal ISO file. Using the command line tool dd we can trim this header and convert the the Nero image file to ISO format. All of this will be done via the Mac OS X command line so launch Terminal and enter the command as seen below.

Convert a Nero Image File to ISO format

dd bs=1k if=image.nrg of=image.iso skip=300

Essentially what this command is saying is that using 1k block sizes, from the input file of image.nrg (our Nero image that needs converting), create an output of image.iso (the desired ISO image file), after skipping the first 300k of the input file (aka the Nero 300k header). Works like a charm! Now you can burn, mount, or image the ISO any way you want, cool huh?

Posted by: William Pearson

Share

Save big on Mac Deals from Amazon.com

Comments:

Comments: 1

Comment from Dan Ellis
Time: September 26, 2009, 10:05 pm

This didn’t work for me, but nrg4iso did:
http://code.google.com/p/nrg4iso/

Write a comment






September 25th, 2009