[k3b] [Bug 479863] Does not finish the burning process of a iso image but the DVD risults burnt without errors

Paolo Berti bugzilla_noreply at kde.org
Tue Jan 16 11:20:30 GMT 2024


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

Paolo Berti <pbcv4n at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REPORTED
         Resolution|FIXED                       |---

--- Comment #2 from Paolo Berti <pbcv4n at gmail.com> ---
WORK AROUND FOR THE K3b problem: hang at the end of DVD-R[W] DAO recording.

The problem was observed with image sizes not divisible by 32KB and firmware
version EL01. It manifests itself as I/O error in the last WRITE command, which
is caused by latter's timeout. The recording per se is properly completed by
unit and no data loss occurs. To work around the timeout condition, pad input
image file up to the nearest 32KB boundary or avoid DAO recordings.

One way to pad is to:

perl -e '$blk=32*1024; $nm=@ARGV[0]; $sz=(stat($nm))[7];
truncate($nm,int(($sz+$blk-1)/$blk)*$blk);' ubuntu-20.04.6-desktop-amd64-b.iso

(ref: http://fy.chalmers.se/~appro/linux/DVD+RW/hcn.html)

IT WORKED FOR ME!!!

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


More information about the k3b mailing list