From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 23:37:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4047016A404 for ; Fri, 2 Mar 2007 23:37:37 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 145C713C471 for ; Fri, 2 Mar 2007 23:37:37 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l22NYthY092648; Fri, 2 Mar 2007 18:34:55 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l22NYtpe092647; Fri, 2 Mar 2007 18:34:55 -0500 (EST) (envelope-from jerrymc) Date: Fri, 2 Mar 2007 18:34:55 -0500 From: Jerry McAllister To: "Michael G." Message-ID: <20070302233455.GA92618@gizmo.acns.msu.edu> References: <45E8AFC6.4010207@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45E8AFC6.4010207@earthlink.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Users unable to write to mounted FAT32 partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 23:37:37 -0000 On Fri, Mar 02, 2007 at 05:14:14PM -0600, Michael G. wrote: > OK, I've scoured the archives for an answer with no results. I'm > sharing a FAT32 partition between XP and 6.2 Release. The problem is I > can mount the drive but only root can write to it (users can just > read). I have the following in fstab: > > /dev/asd42 /mydos msdosfs rw 0 0 > > I've tried adding the -u or -g option with no luck. I understand that > since FAT has no inherent permissions chmod has no effect either (tried > it just to be sure) so it must be set from fstab. Any help? What are the owner and permissions on the mount point (/mydos)? ////jerry > > Thanks! > > M.G. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"