[k3b] [Bug 387384] Rewritable media is not cleared on burn

Aloysius bugzilla_noreply at kde.org
Fri Dec 1 11:48:45 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=387384

--- Comment #10 from Aloysius <aloisio at gmx.com> ---
(In reply to Thomas Schmitt from comment #9)
>
> i wrote:
> > > dvd+rw-mediainfo /dev/sr0 when the DVD-RW is inserted 
> 
> Aloysius wrote:
> > See attached log.
> 
> But https://bugsfiles.kde.org/attachment.cgi?id=109147 is from a BD-RE
> medium. My question was about the formatting state of the DVD-RW.
> 
> > >   dvd+rw-format /dev/sr0
> 
> > See attachment. Unless you actually want me to go through with the
> > full format.
> 
> Not with BD-RE. The proposal was for DVD-RW in case that it is not
> formatted. (The formatting run can last as long as a full write run
> with maximum speed.)
> 
> The BD-RE is in formatted state and thus dvd+rw-format correctly did
> not change it. No need to re-run with option -force.

I'm sorry, I have to amend my complaint.
DVD-RW rewriting works correctly on 17.08.03.

> > https://bugsfiles.kde.org/attachment.cgi?id=109148
> 
> This reminds me of the bug with image burning where K3B did not recognize
> empty BD-R media for writing of media image files (data projects worked
> well).
> 
>   https://bugs.kde.org/show_bug.cgi?id=381074
> 
> Decisive fix was in
>  
> https://cgit.kde.org/k3b.git/commit/
> ?id=329c969be1dbc3455d65925bcad32f4df3a5b428
> by the two changes in K3b::Iso9660ImageWritingJob::startWriting():
> 
>   - mt = K3b::Device::MEDIA_WRITABLE_DVD;
>   + mt = K3b::Device::MEDIA_WRITABLE_DVD | K3b::Device::MEDIA_WRITABLE_BD;
> 
>   - mt = K3b::Device::MEDIA_WRITABLE_DVD;
>   + mt = K3b::Device::MEDIA_WRITABLE_DVD | K3b::Device::MEDIA_WRITABLE_BD;
> 

Adding this definitely fixed the problem, thank you very much.

Is that all that is required in case one wanted to backport the fix to 17.08
and 17.04 ?

Regards.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list