{"id":83,"date":"2011-11-08T13:12:56","date_gmt":"2011-11-08T21:12:56","guid":{"rendered":"http:\/\/sobell.com\/mgsblog\/?p=83"},"modified":"2011-11-08T13:12:56","modified_gmt":"2011-11-08T21:12:56","slug":"burn-a-cddvd-iso-image-file-from-the-command-line-using-wodim","status":"publish","type":"post","link":"https:\/\/sobell.com\/mgsblog\/archives\/83","title":{"rendered":"Burn a CD\/DVD ISO image file from the command line using wodim"},"content":{"rendered":"<p>Install <strong>wodim<\/strong>; its name is derived from Write data to Optical DIsk Media. This utility has many options; in a simple setup it figures out what you want to do and does it.<\/p>\n<p>To burn an ISO image file, first determine the device name of the CD\/DVD:<\/p>\n<pre><code>$ <strong>wodim --devices<\/strong>\r\nwodim: Overview of accessible drives (1 found) :\r\n-------------------------------------------------------------------------\r\n 0  dev='\/dev\/scd0'     rwrw-- : '_NEC' 'DVD_RW ND-2510A'\r\n-------------------------------------------------------------------------<\/code><\/pre>\n<p>Then, burn ISO image file:<\/p>\n<pre><code>$ <strong>wodim dev=\/dev\/scd0 -v -data name.of.file.iso<\/strong><\/code><\/pre>\n<p>Replace <strong>-data<\/strong> with <strong>-audio<\/strong> to burn <strong>.wav<\/strong> files. That&#8217;s it!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install wodim; its name is derived from Write data to Optical DIsk Media. This utility has many options; in a simple setup it figures out what you want to do and does it. To burn an ISO image file, first &hellip; <a href=\"https:\/\/sobell.com\/mgsblog\/archives\/83\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/posts\/83"}],"collection":[{"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":23,"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/posts\/83\/revisions"}],"predecessor-version":[{"id":198,"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/posts\/83\/revisions\/198"}],"wp:attachment":[{"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/media?parent=83"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/categories?post=83"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sobell.com\/mgsblog\/wp-json\/wp\/v2\/tags?post=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}