From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 19:22:38 2005 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 4360116A4CE for ; Mon, 14 Mar 2005 19:22:38 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC13A43D2F for ; Mon, 14 Mar 2005 19:22:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8627 invoked from network); 14 Mar 2005 19:22:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Mar 2005 19:22:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A860284; Mon, 14 Mar 2005 14:22:36 -0500 (EST) Sender: lowell@be-well.ilk.org To: brianjohn@fusemail.com References: <1891.209.87.176.4.1110827450.fusewebmail-19592@webmail.fusemail.com> From: Lowell Gilbert Date: 14 Mar 2005 14:22:36 -0500 In-Reply-To: <1891.209.87.176.4.1110827450.fusewebmail-19592@webmail.fusemail.com> Message-ID: <44u0neghhf.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: permissions on partition? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 19:22:38 -0000 "Brian John" writes: > Hello, I have a FAT partition on ad0s3 that I am sharing with Windows. > For one reason or another everything on this partition is owned by > root:wheel. I can't change the permissions to any files on this > partition. This is what I have in devfs.conf: > own ad0s3 brian:operator > perm ad0s3 0660 > > Is this correct? How can I make it so that files on this partition are > owned by the 'brian' user? There are several approaches described in the manual for mount_msdosfs(8). Changing the permissions on the mount point would probably be the easiest.