Date: Mon, 20 Jan 2003 18:54:36 +1300 From: Jonathan Chen <jonc@chen.org.nz> To: JoeB <barbish@a1poweruser.com> Cc: FBSDQ <questions@FreeBSD.ORG> Subject: Re: Long msdos names Message-ID: <20030120055436.GA91683@grimoire.chen.org.nz> In-Reply-To: <MIEPLLIBMLEEABPDBIEGKEPMDDAA.barbish@a1poweruser.com> References: <MIEPLLIBMLEEABPDBIEGKEPMDDAA.barbish@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> ---------------------------------------------------------------------- "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030120055436.GA91683>