From owner-freebsd-geom@FreeBSD.ORG Sat Feb 11 15:05:51 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9584016A420 for ; Sat, 11 Feb 2006 15:05:51 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: from postfix.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1D943D45 for ; Sat, 11 Feb 2006 15:05:50 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: by postfix.bsdforen.de (Postfix, from userid 20000) id E4E17684A27; Sat, 11 Feb 2006 16:05:48 +0100 (CET) Received: from localhost (postfix [127.0.0.3]) by postfix.bsdforen.de (Postfix) with ESMTP id 2C0CE684A25 for ; Sat, 11 Feb 2006 16:05:48 +0100 (CET) Received: from postfix.bsdforen.de ([127.0.0.3]) by localhost (postfix.bsdforen.de [127.0.0.3]) (amavisd-new, port 10024) with LMTP id 20423-13 for ; Sat, 11 Feb 2006 16:05:47 +0100 (CET) Received: from loki (p549CD420.dip.t-dialin.net [84.156.212.32]) by postfix.bsdforen.de (Postfix) with ESMTP id 20954684A24 for ; Sat, 11 Feb 2006 16:05:43 +0100 (CET) Date: Sat, 11 Feb 2006 16:04:38 +0100 From: Joerg Pernfuss To: freebsd-geom@freebsd.org Message-ID: <20060211160438.44085869@loki> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_1Dp9GXe__WD6qZOPmxWUbXt; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Virus-Scanned: amavisd-new at bsdforen.de X-DSPAM-Result: Innocent X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 43edfd4c317975344110888 X-DSPAM-User: global Subject: geom_label and devd interaction X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 15:05:51 -0000 --Sig_1Dp9GXe__WD6qZOPmxWUbXt Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, I use geom_label for my various usb sticks, cf cards etc and try to create some sort of automount functionality using the filesystem labels. For example: umass0: USBest Technology USB Mass Storage Device, rev 2.00/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: <256MB USB2.0FlashDrive A4> Removable Direct Access SCSI-2 device=20 da0: 1.000MB/s transfers da0: 250MB (512000 512 byte sectors: 64H 32S/T 250C) GEOM_LABEL: Label for provider da0s1 is msdosfs/USBSTICK01. GEOM_LABEL: Label for provider da0s2 is ufs/usbstick01. This then gets mangled by devfs.rules: add path ufs/usbstick01 mode 0600 user elessar group operator add path msdosfs/USBSTICK01 mode 0600 user elessar group operator So far, so good. At this point I'd like devd to honour this rules: attach 150 { device-name "ufs/usbstick01"; # device-name "usbstick01"; action "su elessar -c 'mount /dev/ufs/usbstick01 \ /home/elessar/mnt/usbstick01/ufs/'"; }; attach 150 { device-name "msdosfs/USBSTICK01"; # device-name "USBSTICK01"; action "su elessar -c 'mount_msdosfs /dev/msdosfs/USBSTICK01 \ /home/elessar/mnt/usbstick01/msdosfs/'"; }; But, so far, I can't coerce devd into honouring this part of his configuration. Am I missing something or doesn't geom_label create events that are monitored by devd? Thanks for any help. Joerg --=20 | /"\ ASCII ribbon | GnuPG Key ID | e86d b753 3deb e749 6c3a | | \ / campaign against | 0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 | | X HTML in email | Now featuring a brand new GPG-Key! | | / \ and news | Please update your keyring. | --Sig_1Dp9GXe__WD6qZOPmxWUbXt Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7f0QH31s/bvKrSQRAtsgAJ96+3CZmdtfFqCKntS75dlkncP3BQCeJHwf O2UGh9l2B0SFKzcvE25V5QY= =XJ6j -----END PGP SIGNATURE----- --Sig_1Dp9GXe__WD6qZOPmxWUbXt--