Re: ide-cd problems

From: Andreas Metzler
Date: Mon Aug 02 2004 - 09:31:37 EST


Jens Axboe <axboe@xxxxxxx> wrote:
[...]
> just says that open-by-device name is unintentional, it doesn't give you
> warnings on the transport.
>
> So in short (and repeating): don't use ATAPI (CDROM_SEND_PACKET), it
> sucks. Use SG_IO (which means using open-by-device, which works at least
> as well as the stupid faked ATAPI bus/id/lun crap and has the much
> better transport). Don't compare apples and oranges.

FWIW cdrecord's author prefers dev=ATA:x,y,z, which uses SG_IO *and* gets
rid of the open-by-device-warning.
cu andreas

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/