{"id":44,"date":"2008-03-12T11:23:52","date_gmt":"2008-03-12T08:23:52","guid":{"rendered":"http:\/\/www.held.org.il\/blog\/?p=44"},"modified":"2008-03-12T11:23:52","modified_gmt":"2008-03-12T08:23:52","slug":"burn-multisession-cds-using-cdrtools-cmdline","status":"publish","type":"post","link":"http:\/\/www.held.org.il\/blog\/2008\/03\/burn-multisession-cds-using-cdrtools-cmdline\/","title":{"rendered":"Burn multisession CDs using cdrtools (cmdline)"},"content":{"rendered":"<p>This time in cookbook style:<\/p>\n<ul>\n<li>Get the current CD's multi-session info by<br \/>\n<blockquote><p>cdrecord -msinfo<\/p><\/blockquote>\n<ul>\n<li>You got a pair of numbers representing the start and end blocks of the latest session. We'll need them for the next step.<\/li>\n<\/ul>\n<\/li>\n<li>Use <em>mkisofs<\/em> along with the next flags to create the image:\n<ul>\n<li><em>-M \/dev\/cdrw<\/em>: path of your cd\/dvd writer device<\/li>\n<li><em>-C start block,end block:<\/em> use the pair of numbers you got above, but <font color=\"#d00f2a\">you must increase the <strong>start<\/strong> block by 1!<\/font><br \/>\ni.e. if <em>cdrecord -msinfo<\/em> gives \"11231,44323\", you should use something like that:<\/p>\n<blockquote><p>mkisofs -J -R -o \/tmp\/myimg.iso -M \/dev\/cdrw -C 11232,44323<\/p><\/blockquote>\n<p>Why the +1? I'm not sure! Common docs don't mention it!<\/li>\n<\/ul>\n<\/li>\n<li>Burn the new image with<br \/>\n<blockquote><p>cdrecord -tao -multi \/tmp\/myimg.iso<\/p><\/blockquote>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This time in cookbook style: Get the current CD&#8217;s multi-session info by cdrecord -msinfo You got a pair of numbers representing the start and end blocks of the latest session. We&#8217;ll need them for the next step. Use mkisofs along with the next flags to create the image: -M \/dev\/cdrw: path of your cd\/dvd writer [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[75],"tags":[],"_links":{"self":[{"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/posts\/44"}],"collection":[{"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":0,"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.held.org.il\/blog\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}