From owner-freebsd-questions@FreeBSD.ORG Sun Jun 27 13:33:52 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 EE63216A4CE for ; Sun, 27 Jun 2004 13:33:52 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8653443D46 for ; Sun, 27 Jun 2004 13:33:52 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 68D4569A39; Sun, 27 Jun 2004 09:33:51 -0400 (EDT) Date: Sun, 27 Jun 2004 09:33:48 -0400 From: Bill Moran To: "Thomas Moyer" Message-Id: <20040627093348.211d0d7e.wmoran@potentialtech.com> In-Reply-To: <000001c45b97$725b6c80$6601a8c0@home> References: <000001c45b97$725b6c80$6601a8c0@home> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org 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 13:33:53 -0000 "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. Unfortunately, no. This is because FAT doesn't support users and groups (or permissions for that matter) so the mount has to have everything owned by one user/group. Thus it won't work as a /home partition because each /home/ directory should be owned by the user. -- Bill Moran Potential Technologies http://www.potentialtech.com