From owner-freebsd-questions Sun Jan 19 21:54:54 2003 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 04D5437B401 for ; Sun, 19 Jan 2003 21:54:53 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1756143F43 for ; Sun, 19 Jan 2003 21:54:52 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.6/8.12.6) with ESMTP id h0K5sbFH091723; Mon, 20 Jan 2003 18:54:40 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.6/8.12.6/Submit) id h0K5saLO091722; Mon, 20 Jan 2003 18:54:36 +1300 (NZDT) Date: Mon, 20 Jan 2003 18:54:36 +1300 From: Jonathan Chen To: JoeB Cc: FBSDQ Subject: Re: Long msdos names Message-ID: <20030120055436.GA91683@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 19, 2003 at 09:22:16PM -0500, JoeB wrote: > The mount_msdos has a -l option to force the use of msdos long > names. > Below is my fstab file and mount points /a & /c are msdos file > types. > Is there some way in the fstab file to specify long msdos names? [...] > /dev/fd0 /a msdos rw,noauto 0 0 > /dev/ad0s1 /c msdos rw,noauto 0 0 Change these lines to: /dev/fd0 /a msdos rw,noauto,longnames 0 0 /dev/ad0s1 /c msdos rw,noauto,longnames 0 0 -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message