![]() |
![]()
| ![]() |
![]()
NAMEmount.exfat-fuse - mount an exFAT file system SYNOPSISmount.exfat-fuse [ -d ] [ -n ] [ -o options ] [ -V ] [ -v ] device dir DESCRIPTIONmount.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. COMMAND LINE OPTIONSCommand line options available:
FILE SYSTEM OPTIONS
EXIT CODESZero is returned on successful mount. Any other code means an error. BUGSexFAT is a case-insensitive file system. Some things can behave unexpectedly, e.g. directory renaming that changes only case of some characters: $ mv 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. AUTHORAndrew Nayenko SEE ALSOmount(8)
|