mount.exfat-fuse - mount an exFAT file system
Contents
Bugs
exFAT is a case-insensitive file system. Some things can behave unexpectedly, e.g. directory renaming
that changes only case of some characters:
$mvFOOFoomv:cannotmove’FOO’toasubdirectoryofitself,’Foo/FOO’
This happens because mv finds that destination exists (for case-insensitive file systems FOO and Foo are
the same thing) and adds source basename to the destination. The file system gets
rename("FOO","Foo/FOO") syscall and returns an error.
Command Line Options
Command line options available:
-d Enable debug logging and do not detach from shell.
-n Ignored.
-ooptions
File system specific options. For more details see FILESYSTEMOPTIONS section below.
-V Print version and copyright.
-v Ignored.
Description
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 its limitations. exFAT is a
standard FS for SDXC memory cards.
Exit Codes
Zero is returned on successful mount. Any other code means an error.
File System Options
umask=value
Set the umask (the bitmask of the permissions that are not present, in octal). The default is 0.
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.
Name
mount.exfat-fuse - mount an exFAT file system
See Also
mount(8) November 2015 EXFAT-FUSE(8)
Synopsis
mount.exfat-fuse [ -d ] [ -n ] [ -ooptions ] [ -V ] [ -v ] devicedir
