bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 1 | .\" Copyright (C) 2010 Andrew Nayenko |
| 2 | .\" |
| 3 | .TH EXFAT-FUSE 8 "July 2010" |
| 4 | .SH NAME |
| 5 | mount.exfat-fuse \- mount an exFAT file system |
| 6 | .SH SYNOPSIS |
| 7 | .B mount.exfat-fuse |
| 8 | [ |
| 9 | .B \-d |
| 10 | ] |
| 11 | [ |
| 12 | .B \-o |
| 13 | .I options |
| 14 | ] |
| 15 | [ |
| 16 | .B \-v |
| 17 | ] |
| 18 | .I device dir |
| 19 | |
| 20 | .SH DESCRIPTION |
| 21 | .B mount.exfat-fuse |
| 22 | is a free exFAT file system implementation with write support. exFAT is a |
| 23 | simple file system created by Microsoft. It is intended to replace FAT32 |
| 24 | removing some of it's limitations. exFAT is a standard FS for SDXC memory |
| 25 | cards. |
| 26 | |
| 27 | .SH COMMAND LINE OPTIONS |
| 28 | Command line options available: |
| 29 | .TP |
| 30 | .BI \-d |
| 31 | Enable debug logging and do not detach from shell. |
| 32 | .TP |
| 33 | .BI \-o " options" |
| 34 | File system specific options. For more details see |
| 35 | .B FILE SYSTEM OPTIONS |
| 36 | section below. |
| 37 | .TP |
| 38 | .BI \-v |
| 39 | Print version and copyright. |
| 40 | |
| 41 | .SH FILE SYSTEM OPTIONS |
| 42 | .TP |
| 43 | .BI umask= value |
| 44 | Set the umask (the bitmask of the permissions that are |
| 45 | .B not |
| 46 | present, in octal). |
| 47 | The default is the umask of the current process. |
| 48 | .TP |
| 49 | .BI dmask= value |
| 50 | Set the umask for directories only. |
| 51 | .TP |
| 52 | .BI fmask= value |
| 53 | Set the umask for files only. |
| 54 | .TP |
| 55 | .BI uid= n |
| 56 | Set the owner for all files and directories. |
| 57 | The default is the owner of the current process. |
| 58 | .TP |
| 59 | .BI gid= n |
| 60 | Set the group for all files and directories. |
| 61 | The default is the group of the current process. |
| 62 | .TP |
| 63 | .BI ro |
| 64 | Mount the file system in read only mode. |
| 65 | .TP |
| 66 | .BI noatime |
| 67 | Do not update access time when file is read. |
| 68 | |
| 69 | .SH EXIT CODES |
| 70 | Zero is returned on successful mount. Any other code means an error. |
| 71 | |
| 72 | .SH AUTHOR |
| 73 | Andrew Nayenko |
| 74 | |
| 75 | .SH SEE ALSO |
| 76 | .BR mount (8) |