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