From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 19:10:50 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 E4ECD16A4CE for ; Mon, 14 Mar 2005 19:10:50 +0000 (GMT) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82FD43D2D for ; Mon, 14 Mar 2005 19:10:50 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from fusemail.com by fuse1.fusemail.net with asmtp (FuseMail extSMTP) id 1DAuxf-0004PS-Tm for freebsd-questions@freebsd.org; Mon, 14 Mar 2005 13:10:43 -0600 Received: from 209.87.176.4 (FuseMail web AccountID 19592) by webmail.fusemail.com with HTTP; Mon, 14 Mar 2005 13:10:50 -0600 (CST) Message-ID: <1891.209.87.176.4.1110827450.fusewebmail-19592@webmail.fusemail.com> Date: Mon, 14 Mar 2005 13:10:50 -0600 (CST) From: "Brian John" To: freebsd-questions@freebsd.org User-Agent: FuseMail W MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Subject: permissions on partition? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: brianjohn@fusemail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 19:10:51 -0000 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? Thanks in advance /Brian