exfat-fuse (8)
NAME
mount.exfat-fuse - mount an exFAT file systemSYNOPSIS
mount.exfat-fuse [ -d ] [ -o options ] [ -v ] device dirDESCRIPTION
mount.exfat-fuse is a free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards.COMMAND LINE OPTIONS
Command line options available:- -d
- Enable debug logging and do not detach from shell.
- -o options
- File system specific options. For more details see FILE SYSTEM OPTIONS section below.
- -v
-
Print version and copyright.
FILE SYSTEM OPTIONS
- umask=value
- Set the umask (the bitmask of the permissions that are not present, in octal). The default is the umask of the current process.
- dmask=value
- Set the umask for directories only.
- fmask=value
- Set the umask for files only.
- uid=n
- Set the owner for all files and directories. The default is the owner of the current process.
- gid=n
- Set the group for all files and directories. The default is the group of the current process.
- ro
- Mount the file system in read only mode.
- noatime
-
Do not update access time when file is read.
EXIT CODES
Zero is returned on successful mount. Any other code means an error.AUTHOR
Andrew NayenkoSEE ALSO
mount(8)