From owner-freebsd-questions@FreeBSD.ORG Sat Oct 4 07:32:12 2003 Return-Path: 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 7B60E16A4B3 for ; Sat, 4 Oct 2003 07:32:12 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8740E43F93 for ; Sat, 4 Oct 2003 07:32:09 -0700 (PDT) (envelope-from guy-dated-1067869859.4b9a0d@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 9202D5C23 for ; Sat, 4 Oct 2003 10:30:59 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Sat, 04 Oct 2003 10:30:59 -0400 (EDT) Date: Sat, 4 Oct 2003 10:30:58 -0400 To: freebsd-questions@freebsd.org Message-ID: <20031004143058.GA640@chaos.obstruction.com> References: <20031004024606.GA64460@chaos.obstruction.com> <20031004032256.GA57084@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031004032256.GA57084@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: Re: permissions on umass device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guy Middleton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 14:32:12 -0000 On Fri, Oct 03, 2003 at 08:22:56PM -0700, Kris Kennaway wrote: > On Fri, Oct 03, 2003 at 10:46:06PM -0400, Guy Middleton wrote: > > On a 5.1-RELEASE system, I attach a umass device, and it appears in /dev like > > this: > > > > $ ls -l /dev/da3 > > crw-r----- 1 root operator 4, 28 Sep 19 23:29 /dev/da3 > > $ > > > > How do I get it to use different permissions, or a different group? > > /etc/devfs.conf I tried this: perm da3 0660 This did not work for me. It looks as if /etc/devfs.conf is only read at boot, so my umass device (a USB memory key) is ignored when attached later.