From owner-freebsd-questions@FreeBSD.ORG Sun Aug 13 23:30:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358EB16A4DD for ; Sun, 13 Aug 2006 23:30:40 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB6F43D53 for ; Sun, 13 Aug 2006 23:30:39 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k7DNUbkO042284 for ; Sun, 13 Aug 2006 18:30:38 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 13 Aug 2006 18:30:36 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200608131830.37010.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: working with dbsd-tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2006 23:30:40 -0000 i almost have desktopbsd tools working perfectly... except that i cannot mount usb drives without opening a terminal as root, and chmoding /dev/da* to 660. how can i cause new devices (such as da*) to be created with proper permissions to let me mount it without becomming root to do so? ive already set up my devd.conf, and cdrom is working (but that one doesnt disappear/reappear like usb devices do). thanks, jonathan