View | Details | Raw Unified | Return to bug 53688
Collapse All | Expand All

(-)/usr/src/sbin/mount_msdosfs/mount_msdosfs.8 (-8 / +10 lines)
Lines 72-85 Link Here
72
Use the specified mount
72
Use the specified mount
73
.Ar options ,
73
.Ar options ,
74
as described in
74
as described in
75
.Xr mount 8 ,
75
.Xr mount 8 .
76
or one of the MSDOS file system-specific options
76
The following MSDOS file system-specific options are available:
77
.Ar shortnames ,
77
.Bl -tag -width indent
78
.Ar longnames
78
.It Cm longnames
79
or
79
Force Windows 95 long filenames to be visible.
80
.Ar nowin95 ,
80
.It Cm shortnames
81
all of which can be used to affect Windows name translation in the
81
Force only the old MS-DOS 8.3 style filenames to be visible.
82
underlying file system.
82
.It Cm nowin95
83
Completely ignore Windows 95 extended file information.
84
.El
83
.It Fl u Ar uid
85
.It Fl u Ar uid
84
Set the owner of the files in the file system to
86
Set the owner of the files in the file system to
85
.Ar uid .
87
.Ar uid .

Return to bug 53688