k3b failing on a dual-layer disk.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux Mint |
New
|
Undecided
|
Unassigned |
Bug Description
I have 5 coasters here from trying to burn dual-layer iso images with k3b that were produced from devede app.
It seems to fail at around the 4GB mark. I have 3 log files of these fails, I have attached the most recent.
The main part seems to be this:
Track 01: 4076 of 4590 MB written (fifo 100%) [buf 3%] 0.0x.
Errno: 5 (Input/output error), write_g1 scsi sendcmd: no error
CDB: 2A 00 00 1F D8 08 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 02 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.015s timeout 200s
/usr/bin/wodim: The current problem looks like a buffer underrun.
/usr/bin/wodim: Try to use 'driveropts=
/usr/bin/wodim: Make sure that you are root, enable DMA and check your HW/OS set up.
write track data: error after 4274012160 bytes
Why I am reporting as a bug is I installed brasero and it has never failed with these images since.
Thanks.
lsb_release -a 12-12-31 12:29PM
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 13 Maya
Release: 13
Codename: maya
ii brasero-cdrkit 3.4.1-0ubuntu1.1 cdrkit extensions for the Brasero burning application
ii cdrdao 1:1.2.3-0.1ubuntu3 records CDs in Disk-At-Once (DAO) mode
un cdrecord <none> (no description available)
un cdrkit-doc <none> (no description available)
ii cdrskin 1.1.8-1 command line CD/DVD/BD writing tool
un cdrtools-doc <none> (no description available)
un xcdroast <none> (no description available)
3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
ii k3b 2.0.2-3ubuntu4 Sophisticated CD/DVD burning application
ii k3b-data 2.0.2-3ubuntu4 Sophisticated CD/DVD burning application - data files
un k3b-extrathemes <none> (no description available)
ii libk3b6 2.0.2-3ubuntu4 KDE CD/DVD burning application library - runtime files
ii libk3b6-extracodecs 2.0.2-3ubuntu4 KDE CD/DVD burning application library - extra decoders
ii brasero 3.4.1-0ubuntu1.1 CD/DVD burning application for GNOME
ii brasero-cdrkit 3.4.1-0ubuntu1.1 cdrkit extensions for the Brasero burning application
ii brasero-common 3.4.1-0ubuntu1.1 Common files for the Brasero CD burning application and library
un libbrasero-media0 <none> (no description available)
ii libbrasero-media3-1 3.4.1-0ubuntu1.1 CD/DVD burning library for GNOME - runtime
Hi,
the error message of K3B is forwarded from the burn program wodim.
Brasero normally uses my libburn as backend.
wodim is not well suited for DVD or BD media.
cdrecord is a bit better, but still not compliant to MMC specs for
those media.
growisofs and libburn should work fine.
Afaik, K3B can be talked into using growisofs.
wodim and cdrecord send inappropriate commands to DVD+R before beginning
to write.
Nevertheless it is hard to imagine that wodim believed to reserve 4590 MB
while having reserved only 4076 MB and then running into a track overflow:
> Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0
Have a nice day :)
Thomas