Hi, today I tried to burn a video dvd for the first time. Two times I used k3b, which utilises growisofs. The third time I created the ISO image manually with makeisofs and called growisofs on the command line. $ growisofs -dvd-compat -Z /dev/dvdrw2=mydvd.iso Executing 'builtin_dd if=zeremonie.iso of=/dev/dvdrw2 obs=32k seek=0' /dev/dvdrw2: "Current Write Speed" is 8.2x1352KBps. 0/1704192000 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU 0.0% ... 408944640/1704192000 (24.0%) @4.0x, remaining 5:13 RBU 100.0% UBU 83.9% 427458560/1704192000 (25.1%) @4.0x, remaining 5:04 RBU 100.0% UBU 83.9% 446038016/1704192000 (26.2%) @4.0x, remaining 4:58 RBU 100.0% UBU 83.9% 464650240/1704192000 (27.3%) @4.0x, remaining 4:50 RBU 100.0% UBU 83.9% 483131392/1704192000 (28.3%) @4.0x, remaining 4:43 RBU 100.0% UBU 83.9% 501743616/1704192000 (29.4%) @4.0x, remaining 4:37 RBU 100.0% UBU 83.9% 504823808/1704192000 (29.6%) @0.7x, remaining 4:42 RBU 100.0% UBU 83.9% 504823808/1704192000 (29.6%) @0.0x, remaining 4:49 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 4:59 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:06 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:13 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:23 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:30 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:37 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:46 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 5:53 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:01 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:10 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:17 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:24 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:34 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:41 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:48 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 6:58 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 7:05 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 7:12 RBU 100.0% UBU 100.0% 504823808/1704192000 (29.6%) @0.0x, remaining 7:21 RBU 100.0% UBU 100.0% :-[ WRITE@LBA=3c2e0h failed with SK=0h/ASC=00h/ACQ=02h]: Input/output error :-( write failed: Input/output error /dev/dvdrw2: flushing cache I just want to note, that growisofs doesn't return after this error, and has to be killed. Still I can't eject the DVD from the drive. I also find the aforementioned error messages in dmesg output [ 9860.736417] warning: `growisofs' uses 32-bit capabilities (legacy support in use) [10039.000442] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [10039.000455] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 32768 out [10039.000457] cdb 2a 00 00 03 c2 e0 00 00 10 00 00 00 00 00 00 00 [10039.000459] res 40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout) [10039.000464] ata1.00: status: { DRDY } [10044.040515] ata1: link is slow to respond, please be patient (ready=0) [10049.024514] ata1: device not ready (errno=-16), forcing hardreset [10049.024525] ata1: soft resetting link [10049.212856] ata1.00: configured for UDMA/33 [10049.228902] ata1.01: configured for UDMA/66 [10049.232598] ata1: EH complete I'm using the current stable kubuntu version (jaunty). $ uname -a Linux sunshine 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686 GNU/Linux As the drive can't be ejected even after killing the growisofs process, I guess, that this is not entirely an growisofs bug. BR, Holger