Re: cdrecord hangs my computer

From: Linus Torvalds
Date: Mon Dec 08 2003 - 12:48:31 EST




On Mon, 8 Dec 2003, bill davidsen wrote:
> |
> | It's bad from a technical standpoint (anybody who names a generic device
> | with a flat namespace is just basically clueless), and it's bad from a
> | usability standpoint. It has _zero_ redeeming qualities.
>
> And the redeeming features of naming disks, CDs, and ide-floppy devices
> hda..hdx in an order depending on the loading order of the device
> drivers?

.. but you can fix that. Several ways. Make up your own names. Make it
have "/dev/the-cd-with-the-blue-faceplate" if you want, and it will all
still work quite intuitively.

And when you switch the hardware around, and the CD-ROM breaks and you
replace it with another one (still with a blue face-plate, just to not
confuse the user unnecessarily, but this time it ends up being on another
bus entirely), the "/dev/the-cd...-faceplate" thing still works with
minimal effort on the admin part.

And it works in _all_ situations.

Sure, you can have all programs use their own random naming scheme and use
.cdrecordrc and edit that instead, but then you have to remember to edit
the .k3drc thing too, and the /etc/fstab, and so on and so on.

Isn't it saner to use a naming scheme that everybody can agree on, and
that is generic enough that it really _does_ work for everybody, and that
allows localised names?

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