<div dir="ltr">On Tue, Jul 30, 2013 at 1:52 AM, Thomas Schmitt <span dir="ltr">&lt;<a href="mailto:scdbackup@gmx.net" target="_blank">scdbackup@gmx.net</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It is not that bad with Blu-ray. At least with the backends.<br>
(I am the developer of libburn and use BD-R and BD-RE media daily.)<br>
<br>
But wodim (or &quot;cdrecord&quot;) out of cdrkit should really be used<br>
only for CD.<br>
<br>
The slowliness of BD media comes from their Defect Management<br>
which checkreads the written blocks while they are still present<br>
in the drive&#39;s buffer. In case of poor read quality the blocks<br>
get written again or redirected to the Spare Area where the data<br>
get stored in replacement blocks.<br>
This checkreading reduces write speed to at most half of the<br>
nominal speed of drive and BD medium.<br>
<br>
BD-R do Defect Management by default if they are formatted.<br>
BD-RE can only be used formatted and do Defect Management by default.<br></blockquote><div><br></div><div>Ahh.. Makes sense.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
growisofs out of dvd+rw-tools has a little bug with BD-R.<br>
  <a href="https://bugzilla.redhat.com/show_bug.cgi?id=858029" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=858029</a><br>
  <a href="https://bugzilla.redhat.com/show_bug.cgi?id=868527" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=868527</a><br>
It is supposed to be fixed in<br>
  dvd+rw-tools-7.1-13.fc19<br></blockquote><div><br></div><div>Thanks! I just installed it from updates-testing. I&#39;ll give it a try.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

The tiny patch is shown in<br>
  <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016" target="_blank">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016</a><br>
Workaround is to explicitely format the BD-R before use by<br>
  dvd+rw-format /dev/sr0<br></blockquote><div><br></div><div>Ok. A related question to that... When I use dvd+rw-mediainfo I see several different capacaities. Obviously if you use the formatting with defect management then you&#39;re going to loose some capacity, but the output is not clear which one is the correct. Since I&#39;m using my BD-R&#39;s for backup purposes, I want to know exactly how much space I have to work with.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My own programs, libburn based cdrskin and xorriso, do not format<br>
BD-R by default. So they are as fast as with cdrecord.<br>
Other than with cdrecord it is possible to format BD-R on request<br>
  cdrskin -v dev=/dev/sr0 blank=format_if_needed<br>
  xorriso -outdev /dev/sr0 -format as_needed<br>
which makes them capable of slow Defect Management.<br>
Other than growisofs and cdrecord, cdrskin and xorriso offer the<br>
opportunity to disable Defect Management on formatted BD-R and<br>
on BD-RE<br>
  cdrskin stream_recording=on ...cdrecord-like-burn-options...<br>
  xorriso -stream_recording on ...xorriso-burn-commands...<br>
This is especially helpful with 2x BD-RE, which elsewise need<br>
an awfully long time to write their capacity of 22.5 GiB.<br></blockquote><div><br></div><div>I learn something new every day! The great thing about linux is there&#39;s usually multiple ways of getting something done... The problem with linux is there&#39;s usually multiple ways of getting something done! :)</div>
<div><br></div><div>I&#39;m quite comfortable on the command line but sometimes for some things I really just want an easy/GUI way to do things. In this case, I just want to pull up a project (brasero) and drag files/folders over to the project, and click burn.</div>
<div><br></div><div> It seems that brasero can use libburn but I have had no luck in getting brasero to actually burn. It recognizes the disc, tells me if I&#39;m over capacity or not, but just will not burn. Should I try bumping up the priority for the plugin for libburn? </div>
<div><br></div><div>After I get my pictures backed up, my next project is to get blu-ray video working (at least as well as it can without UDF 2.5 write support). Can your tools help me there?</div><div><br></div><div>Thanks,</div>
<div>Richard</div></div></div></div>