OSDN Git Service

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