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=<several block sizes from 2048 up tried,does not matter>

and most of the time it results in bad iso images....

Gretings
Karl
-- 
Karl Kiniger   mailto:[EMAIL PROTECTED]
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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to