From owner-freebsd-questions@FreeBSD.ORG Sun Jun 27 18:39:07 2004 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 5D09616A4CE for ; Sun, 27 Jun 2004 18:39:07 +0000 (GMT) Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F9843D41 for ; Sun, 27 Jun 2004 18:39:06 +0000 (GMT) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail3.cableone.net (SurgeMail 1.9b) with ESMTP id 25347936 for ; Sun, 27 Jun 2004 11:24:59 -0700 Date: Sun, 27 Jun 2004 13:39:09 -0500 From: Vulpes Velox To: freebsd-questions@freebsd.org Message-Id: <20040627133909.53152dbf@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <000001c45b97$725b6c80$6601a8c0@home> References: <000001c45b97$725b6c80$6601a8c0@home> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com Subject: Re: Shared Partitions? 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: Sun, 27 Jun 2004 18:39:07 -0000 On Sat, 26 Jun 2004 12:05:48 -0400 "Thomas Moyer" wrote: > I have a Fat32 partition that I use to share files between Windows > and FreeBSD. I have it mounted on /home and when it mounts the > owner of all the files is root and the group is wheel. Is there a > way to change that so it acts like a normal home partition? In other > words the individual directories and files are owned by the user > etc. Since FAT has no ability to permissions, it has to be mount as something... it defualts to root... check out the -g and -u switches for mount...