OSDN Git Service

Added mount.exfat-fuse man page under source control.
[android-x86/external-exfat.git] / fuse / mount.exfat-fuse.8
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 .BI "mount.exfat-fuse" " device dir" " [\-d] [\-o " options "]
8 .SH DESCRIPTION
9 .B mount.exfat-fuse
10 is a free exFAT file system implementation with write support. exFAT is a
11 simple file system created by Microsoft. It is intended to replace FAT32
12 removing some of it's limitations. exFAT is a standard FS for SDXC memory
13 cards.
14 .SH COMMAND LINE OPTIONS
15 Command line options available:
16 .TP
17 .BI \-d
18 Enable debug logging and do not detach from shell.
19 .TP
20 .BI \-o " options"
21 File system specific options. For more details see
22 .B FILE SYSTEM OPTIONS
23 section below.
24 .SH FILE SYSTEM OPTIONS
25 .TP
26 .BI umask= value
27 Set the umask (the bitmask of the permissions that are
28 .B not
29 present, in octal).
30 The default is the umask of the current process.
31 .TP
32 .BI dmask= value
33 Set the umask for directories only.
34 .TP
35 .BI fmask= value
36 Set the umask for files only.
37 .TP
38 .BI uid= n
39 Set the owner for all files and directories.
40 The default is the owner of the current process.
41 .TP
42 .BI gid= n
43 Set the group for all files and directories.
44 The default is the group of the current process.
45 .TP
46 .BI ro
47 Mount the file system in read only mode.
48 .TP
49 .BI noatime
50 Do not update access time when file is read.
51 .SH EXIT CODES
52 Zero is returned on successful mount. Any other code means an error.
53 .SH AUTHOR
54 Andrew Nayenko
55 .SH SEE ALSO
56 .BR mount (8)