Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 31 Dec 2002 15:48:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 31 Dec 2002 15:48:36 -0500 Received: from mx2.mail.ru ([194.67.57.12]:35589 "EHLO mx2.mail.ru") by vger.kernel.org with ESMTP id ; Tue, 31 Dec 2002 15:48:35 -0500 Date: Tue, 31 Dec 2002 21:51:39 +0100 (CET) From: Guennadi Liakhovetski To: linux-kernel@vger.kernel.org Subject: ide-scsi CD-recorder error reading burned disks Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 848 Lines: 31 After burning a CD, when trying to read I am getting the following behaviour: ~> 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/