Con Kolivas wrote: > Well since 2.6.3 I think I've been getting the record number of > > hdd: status error: status=0x58 { DriveReady SeekComplete DataRequest } > hdd: status error: error=0x00 > hdd: drive not ready for command > hdd: ATAPI reset complete > > errors from my cdrw on hdd; and it's only one drive's worth. > > > dmesg -s 32768 | grep DataRequest | wc -l > 88 Same count here: (2.6.7-rc1) $ dmesg -s 65536 | grep DataRequest | wc -l 88 I never bothered to report this, because it just kept working and I was shuffling hardware at the same time. Don't really know with which kernel release it started. Drive is a sony cdrw on hdc. Jan