EXFAT-FUSE

Section: Maintenance Commands (8)
Updated: July 2010
Index Return to Main Contents
 

NAME

mount.exfat-fuse - mount an exFAT file system  

SYNOPSIS

mount.exfat-fuse [ -d ] [ -o options ] [ -v ] device dir

 

DESCRIPTION

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.

 

COMMAND LINE OPTIONS

Command line options available:
-d
Enable debug logging and do not detach from shell.
-o options
File system specific options. For more details see FILE SYSTEM OPTIONS section below.
-v
Print version and copyright.

 

FILE SYSTEM OPTIONS

umask=value
Set the umask (the bitmask of the permissions that are not present, in octal). The default is the umask of the current process.
dmask=value
Set the umask for directories only.
fmask=value
Set the umask for files only.
uid=n
Set the owner for all files and directories. The default is the owner of the current process.
gid=n
Set the group for all files and directories. The default is the group of the current process.
ro
Mount the file system in read only mode.
noatime
Do not update access time when file is read.
stub_chmod
Do not fail chmod(2).
stub_chown
Do not fail chown(2).

 

EXIT CODES

Zero is returned on successful mount. Any other code means an error.

 

AUTHOR

Andrew Nayenko

 

SEE ALSO

mount(8)


 

Index

NAME
SYNOPSIS
DESCRIPTION
COMMAND LINE OPTIONS
FILE SYSTEM OPTIONS
EXIT CODES
AUTHOR
SEE ALSO

This document was created by