diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2003-08-09 04:07:42 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-08-09 04:07:42 +0000 |
| commit | b6b3bf12bb87a94bd8d454956a174deb72b9596f (patch) | |
| tree | dd292c3bccbfdd092b526ec673fb7e894a097d08 /sbin | |
| parent | 662d85d6a275e435cf5cd714d2c1754978384ff3 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/mount_msdosfs/mount_msdosfs.8 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 4bf024af789f..147f1f1ab43b 100644 --- a/sbin/mount_msdosfs/mount_msdosfs.8 +++ b/sbin/mount_msdosfs/mount_msdosfs.8 @@ -72,14 +72,16 @@ The options are as follows: Use the specified mount .Ar options , as described in -.Xr mount 8 , -or one of the MSDOS file system-specific options -.Ar shortnames , -.Ar longnames -or -.Ar nowin95 , -all of which can be used to affect Windows name translation in the -underlying file system. +.Xr mount 8 . +The following MSDOS file system-specific options are available: +.Bl -tag -width indent +.It Cm longnames +Force Windows 95 long filenames to be visible. +.It Cm shortnames +Force only the old MS-DOS 8.3 style filenames to be visible. +.It Cm nowin95 +Completely ignore Windows 95 extended file information. +.El .It Fl u Ar uid Set the owner of the files in the file system to .Ar uid . |
