~> dd if=/dev/cdr of=/dev/null bs=2048
dd: reading `/dev/cdr': Input/output error
176996+0 records in
176996+0 records out
Whereas, the same disk read on the same drive under the normal ide-driver
works ok:
~> dd if=/dev/hdc of=/dev/null bs=2048
177039+0 records in
177039+0 records out
Other disks can be read on this drive also under ide-scsi ok, as well as
this disk can be read on a SCSI DVD-drive fine. Is it a known behaviour,
or a problem in the drive / driver?
2.4.20, drive is Benq CRW 4012A
Thanks
Guennadi
-
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/