From owner-freebsd-stable@FreeBSD.ORG Thu Feb 9 00:23:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADD116A420 for ; Thu, 9 Feb 2006 00:23:16 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id B9ED643D45 for ; Thu, 9 Feb 2006 00:23:15 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 09 Feb 2006 00:23:13 -0000 Received: from p54A7FC1B.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.252.27] by mail.gmx.net (mp001) with SMTP; 09 Feb 2006 01:23:13 +0100 X-Authenticated: #5465401 Message-ID: <43EA8B69.9070905@gmx.de> Date: Thu, 09 Feb 2006 01:23:05 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <200602082003.k18K3ZQJ077077@lurza.secnetix.de> <43EA6B21.8040307@pobox.sk> <43EA6E25.8090009@luna.afraid.org> <43EA70E8.2030301@pobox.sk> In-Reply-To: <43EA70E8.2030301@pobox.sk> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6A91013BF9C6A4182928BAEE" X-Y-GMX-Trusted: 0 Subject: Re: Trouble with mounting USB stick as user X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 00:23:17 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6A91013BF9C6A4182928BAEE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The file /etc/devfs.conf can only be used for devices which exist during boot time. Its use should (in my opinion) be deprecated. Use /etc/devfs.rules . My /etc/devfs.rules looks like this: [devfsrules_common=3D10] add path 'da*' mode 0660 group wheel add path 'acd*' mode 0660 group wheel add path 'cd*' mode 0660 group wheel add path 'ttyU*' mode 0660 group wheel add path 'cuaU*' mode 0660 group wheel And in my rc.conf I have this entry: devfs_system_ruleset=3D"devfsrules_common" --------------enig6A91013BF9C6A4182928BAEE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6ottfMDIb41/+S0RAviQAJwIqZdXSZrcr+X6ogTeDkyk9bcOyACfat3w QziOM4jpVLOwZQmn8zgJUN0= =Zzx/ -----END PGP SIGNATURE----- --------------enig6A91013BF9C6A4182928BAEE--