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

Paolo Berti <pbc...@gmail.com> changed:

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

--- Comment #1 from Paolo Berti <pbc...@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 watching all bug changes.

Reply via email to