[Bug 2035093] Re: "Invalid argument" at burning DVD

Paolo Berti 2035093 at bugs.launchpad.net
Tue Jan 16 11:02:23 UTC 2024


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. 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);' example.iso

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

IT WORKED FOR ME!!!

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in Ubuntu.
https://bugs.launchpad.net/bugs/2035093

Title:
  "Invalid argument" at burning DVD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/2035093/+subscriptions




More information about the kubuntu-bugs mailing list