creating an iso from a disk in OS X

When you quickly want to create an ISO image from a CD or DVD disk, simply do the following:

  1. insert the disk in your optical drive (yeah, I know this is obvious!)
  2. open the Disk Utility (Schijfhulpprogramma in Dutch)
  3. Go to Folder in the menu (Archief in Dutch)
  4. Then select New > Image from “<diskname>” (Nieuwe > Schijfkopie van “<schijfnaam>” in Dutch)
  5. Choose the options “Dvd/cd-master” with encoding “None” (Schijfkopiestructuur and Codering in Dutch). Save it to your Desktop (default location), and give a name, for instance DiskImage
  6. The Disk Utility will create a DiskImage.cdr at your desktop. Grab a coffee, there’s plenty of time.
  7. Now we will convert it to an image, with some help from the command prompt.
  8. Open a terminal window. Type Command+Space, then type Terminal, and press enter.
  9. In the terminal window, type the following commands:
cd ~/Desktop
hdiutil makehybrid -iso -ov DiskImage.iso DiskImage.cdr

This will take a few minutes, again. When it is finished, you may close the terminal.

If you foresee that you will need this disk in a Windows environment, you might want to consider making a joliet hybrid.

To do this, change the command above to the following:

cd ~/Desktop
hdiutil makehybrid -iso -joliet -ov DiskImage.iso DiskImage.cdr

You’re done! Now you have created an iso image of your disk. You can write it to a  recordable at a later time, or open it directly bij doubleclicking the file. This works in both OS X and Ubuntu Linux. Windows has no built-in solution for opening .ISO files.

1 reactie

  1. To actually create an ISO file from your own physical disc, you ll need to get a third-party program that can do so. There are many, many tools for this and many of them are packed with junkware . Beware!

Laat een reactie achter

Het e-mailadres wordt niet gepubliceerd.

Deze site gebruikt Akismet om spam te verminderen. Bekijk hoe je reactie-gegevens worden verwerkt.

By using this site you acknowledge the use of cookies (which are mostly harmless, btw) More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below you are agreeing to these settings.

Close