On Fri, 1 Sep 2006 14:08:49 -0700 (PDT) [EMAIL PROTECTED] mentioned: > I have a USB floppy drive and a USB flash card reader/writer. At > various times, neither, one, or both devices are plugged into the > computer. Depending upon when each is plugged in, the floppy > drive might become /dev/da0 and the flash reader/writer /dev/da1, > or vice versa. Is there a way to specify which should be which?
AFAIK, no, but if you just need to have constant device names, you can use labels provided by glabel(8), e.g. if you issue # glabel label -v MYFLASH /dev/da0 when da0 is flash, you'll always have /dev/label/MYFLASH entry whenever you flash is plugged. Unfortunately, this technique can't be used with floppy, for glabel information is stored on the media itself, that is you need to label every floppy separately. Hope that helps. -- Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]> Россия, Москва http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581
signature.asc
Description: PGP signature

