{"id":515,"date":"2012-11-27T09:41:26","date_gmt":"2012-11-27T08:41:26","guid":{"rendered":"http:\/\/elkano.org\/blog\/?p=515"},"modified":"2012-11-27T09:41:26","modified_gmt":"2012-11-27T08:41:26","slug":"make-image-file-from-audio-cd-on-linux","status":"publish","type":"post","link":"https:\/\/elkano.org\/blog\/make-image-file-from-audio-cd-on-linux\/","title":{"rendered":"Make image file from audio CD on Linux"},"content":{"rendered":"<p>I want to store in my hard disk some audio Cds, and I found an error using mkisofs tool making an iso image. The problem here is that mkisofs is not able to read an audio CD because it has not a valid file system as has a data CD\/DVD.<\/p>\n<p>I found the solution using cdrdao tool:<\/p>\n<pre class=\"dontquote prettyprint lang-xml\">\r\n$ cdrdao read-cd -v 2 --device \/dev\/cdrom --read-raw --datafile cdaudio.bin cdaudio.toc\r\n<\/pre>\n<p>To write the image to an other CD run this command:<\/p>\n<pre class=\"dontquote prettyprint lang-xml\">\r\n$ cdrdao write -v 2 --device \/dev\/cdrom --speed 4 --buffers 64 cdaudio.toc\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I want to store in my hard disk some audio Cds, and I found an error using mkisofs tool making an iso image. The problem here is that mkisofs is not able to read an audio CD because it has not a valid file system as has a data CD\/DVD. I found the solution using [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[70,69],"_links":{"self":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts\/515"}],"collection":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/comments?post=515"}],"version-history":[{"count":4,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts\/515\/revisions"}],"predecessor-version":[{"id":519,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts\/515\/revisions\/519"}],"wp:attachment":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/media?parent=515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/categories?post=515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/tags?post=515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}