Joerg Pernfuss <elessar(at)bsdforen.de> wrote:
> Oliver Fromme <olli(at)lurza.secnetix.de> wrote:
> > Dieter Deinert <dd(at)radio-do.ath.cx> wrote:
> > > usb&firewire dev's werden soweit ich sehen kann dynamisch
> > > zugeordnet.
> >
> > Ja, weil das eigentlich das einzig Sinnvolle ist.
> >
> > > Ich suche einen Weg, diese dev's fest zu zu ordnen.
> > >
> > > Card-Reader immer dev da0
> > > x-drive immer dev= da1
> > > usb-stick immer dev=da2
> >
> > In dem Fall müßtest Du mit Symlinks arbeiten, d.h. wenn
> > Du ein Gerät (z.B. USB-Flash-Speicher) einsteckst, wird
> > ein kleines Skript ausgeführt, daß das Gerät identifiziert
> > (z.B. anhand des Vendor-Strings) und dann Symlinks anlegt,
> > etwa /dev/usbflash -> /dev/daXs1. Das Skript kann man vom
> > devd ausführen lassen (es gibt auch noch andere Möglichkei-
> > ten). Eigentlich keine schwierige Sache.
> >
> > > Im Moment ist die Ansteckreihenfolge bestimmend :-(( Das macht das
> > > mounten zu einem Lotto-Spiel.
>
> Verwende Dateisystem labels (kann man +- überall setzen) und lade
> geom_label.
Das kommt drauf an, was Dieter tatsächlich will. Ich hatte
ihn so verstanden, daß er Devices fest zuordnen will (so
steht's ja auch im Subject), nicht Dateisysteme. In in dem
Fall hilft geom_label nicht.
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "It combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript." -- Jamie Zawinski, when asked: "What's wrong with perl?" To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 09 Mar 2006 - 15:52:18 CET