Scroll to navigation

FUSEFAT(1) User Commands FUSEFAT(1)

NAME

FUSEFAT - FUSE module for FAT

SYNOPSIS

fusefat [OPTION]... imagefile mountpoint

fusefat imagefile mountpoint [OPTION]...

OPTIONS

General options

mount options
print help
print version

FUSEFAT options:

enable read-write mount (EXPERIMENTAL)

FUSE options:

enable debug output (implies -f)
foreground operation
disable multi-threaded operation
allow access to other users
allow access to root
allow mounts over non-empty file/dir
enable permission checking by kernel
set filesystem name
issue large read requests (2.4 only)
set maximum size of read requests
immediate removal (don't hide files)
let filesystem set inode numbers
try to fill in d_ino in readdir
use direct I/O
cache files in kernel
enable caching based on modification times
set file permissions (octal)
set file owner
set file group
cache timeout for names (1.0s)
cache timeout for deleted names (0.0s)
cache timeout for attributes (1.0s)
auto cache timeout for attributes (attr_timeout)
allow requests to be interrupted
signal to send on interrupt (10)
set maximum size of write requests
set maximum readahead
perform reads asynchronously (default)
perform reads synchronously

AUTHORS

See http://wiki.virtualsquare.org.

SEE ALSO

fuseiso9660(1), fuseext2(1)

June 19, 2008 FUSE/UMFUSE modules