OSDN Git Service

Added mount.exfat-fuse man page under source control.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Tue, 7 Sep 2010 18:20:12 +0000 (18:20 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Tue, 7 Sep 2010 18:20:12 +0000 (18:20 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@164 60bc1c72-a15a-11de-b98f-4500b42dc123

fuse/mount.exfat-fuse.8 [new file with mode: 0644]

diff --git a/fuse/mount.exfat-fuse.8 b/fuse/mount.exfat-fuse.8
new file mode 100644 (file)
index 0000000..ae261d2
--- /dev/null
@@ -0,0 +1,56 @@
+.\" Copyright (C) 2010  Andrew Nayenko
+.\"
+.TH EXFAT-FUSE 8 "July 2010"
+.SH NAME
+mount.exfat-fuse \- mount an exFAT file system
+.SH SYNOPSIS
+.BI "mount.exfat-fuse" " device dir" " [\-d] [\-o " options "]
+.SH DESCRIPTION
+.B mount.exfat-fuse
+is a free exFAT file system implementation with write support. exFAT is a
+simple file system created by Microsoft. It is intended to replace FAT32
+removing some of it's limitations. exFAT is a standard FS for SDXC memory
+cards.
+.SH COMMAND LINE OPTIONS
+Command line options available:
+.TP
+.BI \-d
+Enable debug logging and do not detach from shell.
+.TP
+.BI \-o " options"
+File system specific options. For more details see
+.B FILE SYSTEM OPTIONS
+section below.
+.SH FILE SYSTEM OPTIONS
+.TP
+.BI umask= value
+Set the umask (the bitmask of the permissions that are
+.B not
+present, in octal).
+The default is the umask of the current process.
+.TP
+.BI dmask= value
+Set the umask for directories only.
+.TP
+.BI fmask= value
+Set the umask for files only.
+.TP
+.BI uid= n
+Set the owner for all files and directories.
+The default is the owner of the current process.
+.TP
+.BI gid= n
+Set the group for all files and directories.
+The default is the group of the current process.
+.TP
+.BI ro
+Mount the file system in read only mode.
+.TP
+.BI noatime
+Do not update access time when file is read.
+.SH EXIT CODES
+Zero is returned on successful mount. Any other code means an error.
+.SH AUTHOR
+Andrew Nayenko
+.SH SEE ALSO
+.BR mount (8)