Re: ide-cd problems

From: Jens Axboe
Date: Mon Aug 02 2004 - 09:40:13 EST


On Mon, Aug 02 2004, Andreas Metzler wrote:
> 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.

(don't trim linux-kernel cc lists!)

Well good for him, that's why he didn't drop that idiotic warning. I
think the x,y,z naming for ATAPI devices is utter stupidity.

--
Jens Axboe

-
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/