Bummer. I'm not able to reproduce it with
progress -c 1M < /dev/zero | cdrecord dev=0,1,0 speed=4 -dummy -
(essentially same as 'cdrecord dev=0,1,0 speed=4 -dummy - < /dev/zero')
(The line I originally used was "cdrecord dev=0,1,0 speed=4 -" and the input
was from mkisofs.)
cdrecord-1.9-6
686.00 MB; elapsed 1172 secs; 0.59 MB/s...
cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error
CDB: 2A 00 00 05 53 E1 00 00 1F 00
status: 0x0 (GOOD STATUS)
write track data: error after 715065344 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
and cdrecord 1.11a08
686.00 MB; elapsed 1172 secs; 0.59 MB/s...
./cdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB: 2A 00 00 05 53 E1 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 71 00 03 00 00 00 00 0A 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, deferred error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 5.706s timeout 40s
write track data: error after 715065344 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
(nothing in dmesg.)
Perhaps it really takes real write to trigger this or the cd media in
question was somehow flawed. I try again, when I have more time.
-- v --
v@iki.fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/