From 09ef1e410970b74df384047fcf4c0e18a6ec3643 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Sun, 13 Dec 2015 11:29:45 -0600 Subject: exfat: Update to 1.2.2 Change-Id: I160389afa074270c398aeb771845500f2445838a --- exfat/exfat-fuse/mount.exfat-fuse.8 | 88 ------------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 exfat/exfat-fuse/mount.exfat-fuse.8 (limited to 'exfat/exfat-fuse/mount.exfat-fuse.8') diff --git a/exfat/exfat-fuse/mount.exfat-fuse.8 b/exfat/exfat-fuse/mount.exfat-fuse.8 deleted file mode 100644 index b7e9d5682..000000000 --- a/exfat/exfat-fuse/mount.exfat-fuse.8 +++ /dev/null @@ -1,88 +0,0 @@ -.\" Copyright (C) 2010 Andrew Nayenko -.\" -.TH EXFAT-FUSE 8 "July 2010" -.SH NAME -mount.exfat-fuse \- mount an exFAT file system -.SH SYNOPSIS -.B mount.exfat-fuse -[ -.B \-d -] -[ -.B \-n -] -[ -.B \-o -.I options -] -[ -.B \-V -] -[ -.B \-v -] -.I device dir - -.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 its 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 \-n -Ignored. -.TP -.BI \-o " options" -File system specific options. For more details see -.B FILE SYSTEM OPTIONS -section below. -.TP -.BI \-V -Print version and copyright. -.TP -.BI \-v -Ignored. - -.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) -- cgit v1.2.3