From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 00:53:29 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 AD25037B401 for ; Fri, 20 Jun 2003 00:53:29 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25AD43F85 for ; Fri, 20 Jun 2003 00:53:28 -0700 (PDT) (envelope-from ejoy@myrealbox.com) Received: from ejoy [61.133.90.59] by myrealbox.com with NetMail ModWeb Module; Fri, 20 Jun 2003 01:53:30 -0600 From: "Zhang Le" To: freebsd-questions@freebsd.org Date: Fri, 20 Jun 2003 01:53:30 -0600 X-Mailer: NetMail ModWeb Module X-Sender: ejoy MIME-Version: 1.0 Message-ID: <1056095610.ca585180ejoy@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: 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: Fri, 20 Jun 2003 07:53:30 -0000 On Thu, Jun 19, 2003 at 06:30:30AM -0300, Han Hwei Woo wrote: > It's been a while since I've done this, but if I remember correctly, you'= ll > want to use -u rather than -o. Try 'man mount_msdos' and playing around w= ith > some of the options. Cool! It works. And after putting the lines in /etc/fstab: /dev/da0s1 /d msdos rw, noauto,-u=3Dzl 0 0 I get it mounted every time the system boot. Thank you and others who reply me. -- Sincerely yours, Zhang Le