1 .\" Copyright (C) 2010-2015 Andrew Nayenko
3 .TH EXFAT-FUSE 8 "July 2010"
5 mount.exfat-fuse \- mount an exFAT file system
28 is a free exFAT file system implementation with write support. exFAT is a
29 simple file system created by Microsoft. It is intended to replace FAT32
30 removing some of its limitations. exFAT is a standard FS for SDXC memory
33 .SH COMMAND LINE OPTIONS
34 Command line options available:
37 Enable debug logging and do not detach from shell.
43 File system specific options. For more details see
44 .B FILE SYSTEM OPTIONS
48 Print version and copyright.
53 .SH FILE SYSTEM OPTIONS
56 Set the umask (the bitmask of the permissions that are
62 Set the umask for directories only.
65 Set the umask for files only.
68 Set the owner for all files and directories.
69 The default is the owner of the current process.
72 Set the group for all files and directories.
73 The default is the group of the current process.
76 Mount the file system in read only mode.
79 Do not update access time when file is read.
82 Zero is returned on successful mount. Any other code means an error.