OSDN Git Service

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