From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 23:31:46 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 26F8A16A402 for ; Fri, 2 Mar 2007 23:31:46 +0000 (UTC) (envelope-from mikegoe@earthlink.net) Received: from elasmtp-masked.atl.sa.earthlink.net (elasmtp-masked.atl.sa.earthlink.net [209.86.89.68]) by mx1.freebsd.org (Postfix) with ESMTP id F2A6913C461 for ; Fri, 2 Mar 2007 23:31:45 +0000 (UTC) (envelope-from mikegoe@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=K96zXlCa7dp4Lmx/NAI1UeXRsVwyZ5C20e3OB7Hxsza11jYOWcgsJTEtEOKpDdHM; h=Received:Message-ID:Disposition-Notification-To:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [72.198.222.177] (helo=[192.168.0.131]) by elasmtp-masked.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1HNGx2-0008FX-CO for freebsd-questions@freebsd.org; Fri, 02 Mar 2007 18:14:12 -0500 Message-ID: <45E8AFC6.4010207@earthlink.net> Date: Fri, 02 Mar 2007 17:14:14 -0600 From: "Michael G." User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 6aea8b7d5a0621f6d780f4a490ca69563f9fea00a6dd62bc9b3ad7a13e445e62c08633c8dd734ba8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 72.198.222.177 Subject: 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:31:46 -0000 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? Thanks! M.G.