From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 13:06:25 2003 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 DB66C37B404 for ; Thu, 19 Jun 2003 13:06:25 -0700 (PDT) Received: from rwcrmhc11.attbi.com (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44AB943FA3 for ; Thu, 19 Jun 2003 13:06:25 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by attbi.com (rwcrmhc11) with ESMTP id <20030619200624013008u2j8e>; Thu, 19 Jun 2003 20:06:24 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h5JK6K1V011153; Thu, 19 Jun 2003 16:06:20 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h5JK6KM5011150; Thu, 19 Jun 2003 16:06:20 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Zhang Le" References: <1056007910.bdee7360ejoy@myrealbox.com> From: Lowell Gilbert Date: 19 Jun 2003 16:06:19 -0400 In-Reply-To: <1056007910.bdee7360ejoy@myrealbox.com> Message-ID: <443ci5j0hw.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: [doc pointer] Re: mount msdos partition with user id? 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: Thu, 19 Jun 2003 20:06:26 -0000 "Zhang Le" writes: > Hello, > I just move from linux to bsd and have a question on mounting partition with a specific user id. The following command does not work: > root@:/home/zl/etc# mount -t msdos -o uid zl /dev/ad0s1 /d > msdos: -o uid : option not supported > > but "mount -t msdos /dev/ad0s1 /d" works. > > I have to su root each time I want to write something to /d. This is of course very boring. > > Could you help me out? There are a couple of different ways to do this. See "man mount_msdos" for full details.