From owner-freebsd-stable@FreeBSD.ORG Thu Feb 9 17:55:05 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 6AFE516A420 for ; Thu, 9 Feb 2006 17:55:05 +0000 (GMT) (envelope-from oberman@es.net) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB4E43D48 for ; Thu, 9 Feb 2006 17:55:05 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Thu, 09 Feb 2006 09:55:02 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id BE0F945042; Thu, 9 Feb 2006 09:55:01 -0800 (PST) To: "[LoN]Kamikaze" In-reply-to: Your message of "Thu, 09 Feb 2006 01:23:05 +0100." <43EA8B69.9070905@gmx.de> Date: Thu, 09 Feb 2006 09:55:01 -0800 From: "Kevin Oberman" Message-Id: <20060209175501.BE0F945042@ptavv.es.net> Cc: freebsd-stable@freebsd.org 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 17:55:05 -0000 > Date: Thu, 09 Feb 2006 01:23:05 +0100 > From: "[LoN]Kamikaze" > Sender: owner-freebsd-stable@freebsd.org > > 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=10] > 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="devfsrules_common" I agree that devfs.conf should go away, but ATM there is no way to get all of its functionality in devfs.rules. The one things that gets most (all?) of the complaints is "link". There is simply no way to implement this from devfs.rules; only on devfs.conf. I want to create /dev/dvd and /dev/cdrom when my CD/DVD is plugged into my system. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634