Re: Long msdos names

2003-01-19 Thread Jonathan Chen
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  /amsdos  rw,noauto,longnames  0 0
/dev/ad0s1/cmsdos  rw,noauto,longnames  0 0

-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
"Only the meek get pinched. The bold survive."
  - Ferris Bueller

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Long msdos names

2003-01-19 Thread JoeB
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?



# DeviceMountpoint  FStype  Options DumpPass#
/dev/ad0s2b noneswapsw  0   0
/dev/ad0s2a /   ufs rw  1   1
/dev/ad0s2f /tmpufs rw  2   2
/dev/ad0s2g /usrufs rw  2   2
/dev/ad0s2e /varufs rw  2   2
/dev/acd0c  /cdrom  cd9660 ro,noauto0   0
/dev/acd1c/cdrom1 cd9660 ro,noauto  0 0
/dev/fd0  /a  msdos  rw,noauto  0 0
/dev/ad0s1/c  msdos  rw,noauto  0 0
proc/proc   procfs rw   0   0




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message