Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261849AbVBOTvl (ORCPT ); Tue, 15 Feb 2005 14:51:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261852AbVBOTug (ORCPT ); Tue, 15 Feb 2005 14:50:36 -0500 Received: from ext-ch1gw-6.online-age.net ([64.37.194.14]:15279 "EHLO ext-ch1gw-6.online-age.net") by vger.kernel.org with ESMTP id S261850AbVBOTtF (ORCPT ); Tue, 15 Feb 2005 14:49:05 -0500 From: "Kiniger, Karl (GE Healthcare)" To: Alan Cox Cc: "Randy.Dunlap" , sergio@sergiomb.no-ip.org, Linux Kernel Mailing List Date: Tue, 15 Feb 2005 20:48:13 +0100 Subject: Re: ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device Message-ID: <20050215194813.GA20922@wszip-kinigka.euro.med.ge.com> References: <1108426832.5015.4.camel@bastov> <1108434128.5491.8.camel@bastov> <42115DA2.6070500@osdl.org> <1108486952.4618.10.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1108486952.4618.10.camel@localhost.localdomain> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1666 Lines: 41 On Tue, Feb 15, 2005 at 05:02:35PM +0000, Alan Cox wrote: > On Maw, 2005-02-15 at 02:25, Randy.Dunlap wrote: > > It means: don't use the ide-scsi driver. Support for it is > > lagging (not well-maintained) because it's really not needed for > > burning CDs. Just use the ide-cd driver (module) and > > specify the CD burner device as /dev/hdX. > > This information is unfortunately *WRONG*. The base 2.6 ide-cd driver is > vastly inferior to ide-scsi. The ide-scsi layer knows about proper error > reporting, end of media and other things that ide-cd does not. > > The -ac ide-cd knows some of the stuff that ide-cd needs to and works > with various drive/disk combinations the base code doesn't but ide-scsi > still handles CD's better. > > Alan I can confirm that. Creating a correct iso image from a CD is a major pain w/o ide-scsi. Depending on what one has done before the iso image is missing some data at the end most of the time. (paired with lots of kernel error messages) Testing was done here using Joerg Schilling's sdd: sdd ivsize=`isosize /dev/cdxxx` if=/dev/cdxxx of=/dev/null \ bs= and most of the time it results in bad iso images.... Gretings Karl -- Karl Kiniger mailto:karl.kiniger@med.ge.com GE Medical Systems Kretztechnik GmbH & Co OHG Tiefenbach 15 Tel: (++43) 7682-3800-710 A-4871 Zipf Austria Fax: (++43) 7682-3800-47 - 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/