Re: cdrecord hangs my computer

From: bill davidsen
Date: Mon Dec 08 2003 - 11:31:47 EST


In article <Pine.LNX.4.58.0312061044450.2092@xxxxxxxxxxxxx>,
Linus Torvalds <torvalds@xxxxxxxx> wrote:

| > On every PC I have that has an ide cd drive, I use
| > ide-scsi. I like the fact that scd0 is the cdrom drive.
|
| And you liked the fact that you were supposed to write "dev=0,0,0" or
| something strange like that? What a piece of crap it was.

Actually, dev=0,0,0 or dev=/dev/hdc are neither particularly portable;
each can be something else on another machine. At least /dev/sr0 (or
scd0 if you go to that church) are a bit less likely to change.

Joerg made the point at one time that the 0,0,0 notation will allow
use of devices with no inode. That's not been useful to me, but it's
probably true ;-)

If I were going to do that at all, I would have used controller, bus,
device, LUN notation, (0,0,0,0) and been done with it. Joerg marches to
the beat of another drummer, however, maybe even a whole other brass
band. He wrote it, he invites people to not use it if they don't like
it, which I've heard in other contexts. ;-)

--
bill davidsen <davidsen@xxxxxxx>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
-
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/