{"id":63,"date":"2010-12-03T10:30:30","date_gmt":"2010-12-03T09:30:30","guid":{"rendered":"http:\/\/www.psinke.nl\/wordpress\/?p=63"},"modified":"2013-02-28T12:50:14","modified_gmt":"2013-02-28T11:50:14","slug":"creating-an-iso-from-a-disk-in-os-x","status":"publish","type":"post","link":"https:\/\/www.psinke.nl\/blog\/creating-an-iso-from-a-disk-in-os-x\/","title":{"rendered":"creating an iso from a disk in OS X"},"content":{"rendered":"<div class=\"afa2b3b851443650502c43e85c746c1f\" data-index=\"1\" style=\"float: none; margin:0px;\">\n<script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-4223201538046844\";\r\n\/* standaardblok *\/\r\ngoogle_ad_slot = \"9522527129\";\r\ngoogle_ad_width = 320;\r\ngoogle_ad_height = 50;\r\n\/\/-->\r\n<\/script>\r\n<script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script>\n<\/div>\n<p>When you quickly want to create an ISO image from a CD or DVD disk, simply do the following:<\/p>\n<ol>\n<li>insert the disk in your optical drive (yeah, I know this is obvious!)<\/li>\n<li>open the <em>Disk Utility<\/em> (<em>Schijfhulpprogramma<\/em> in Dutch)<\/li>\n<li>Go to <em>Folder<\/em> in the menu (<em>Archief <\/em>in Dutch)<\/li>\n<li>Then select <em>New &gt; Image from &#8220;&lt;diskname&gt;&#8221;<\/em> (<em>Nieuwe &gt; Schijfkopie van &#8220;&lt;schijfnaam&gt;&#8221;<\/em> in Dutch)<\/li>\n<li>Choose the options &#8220;Dvd\/cd-master&#8221; with encoding &#8220;None&#8221; (<em>Schijfkopiestructuur<\/em> and <em>Codering <\/em>in Dutch). Save it to your Desktop (default location), and give a name, for instance DiskImage<\/li>\n<li>The Disk Utility will create a DiskImage.cdr at your desktop. Grab a coffee, there&#8217;s plenty of time.<\/li>\n<li>Now we will convert it to an image, with some help from the command prompt.<\/li>\n<li>Open a terminal window. Type Command+Space, then type Terminal, and press enter.<\/li>\n<li>In the terminal window, type the following commands:<\/li>\n<\/ol>\n<pre dir=\"ltr\"><span style=\"color: #0000ff;\">cd ~\/Desktop\r\nhdiutil makehybrid -iso -ov DiskImage.iso DiskImage.cdr<\/span><\/pre>\n<p dir=\"ltr\">This will take a few minutes, again. When it is finished, you may close the terminal.<\/p>\n<p dir=\"ltr\">If you foresee that you will need this disk in a Windows environment, you might want to consider making a joliet hybrid.<\/p>\n<p dir=\"ltr\">To do this, change the command above to the following:<\/p>\n<pre dir=\"ltr\"><span style=\"color: #0000ff;\">cd ~\/Desktop\r\nhdiutil makehybrid -iso -joliet -ov DiskImage.iso DiskImage.cdr<\/span><\/pre>\n<p dir=\"ltr\">You&#8217;re done! Now you have created an iso image of your disk. You can write it to a\u00a0 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.<\/p>\n<!--CusAds0-->\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>When you quickly want to create an ISO image from a CD or DVD disk, simply do the following: insert the disk in your optical drive (yeah, I know this is obvious!) open the Disk Utility (Schijfhulpprogramma in Dutch) Go to Folder in the menu (Archief in Dutch) Then select New &gt; Image from &#8220;&lt;diskname&gt;&#8221;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[56,53,58,55,59,228,54,52,102,229,13,51,57,198],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-apple-blog","tag-apple","tag-cd","tag-command","tag-copy","tag-dvd","tag-hdiutil","tag-image","tag-iso","tag-linux","tag-makehybrid","tag-os-x","tag-osx","tag-terminal","tag-unix"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":0,"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.psinke.nl\/blog\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}