Force behaviour to return MS-DOS 8.3 names also on readdir.
-i
Make name lookup case insensitive for all names except POSIX names.
-u user
Set the owner of the files in the file system to user. The default owner is the owner of the directory on which the file system is being mounted.
-g group
Set the group of the files in the file system to group. The default group is the group of the directory on which the file system is being mounted.
-m mask
Specify the maximum file permissions for files in the file system.
-C charset
Specify local charset to convert Unicode file names. Currently only reading is supported, thus the file system is to be mounted read-only.
-W u2wtable
Specify Unix to Unicode translation table. See mount_msdosfs(8) for the description of this option. .Bf Em This option is preserved for backward compatibility purpose only, and will be removed in the future. Please do not use this option. .Ef