logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FUSEFAT - FUSE module for FAT

Authors

Name

       FUSEFAT - FUSE module for FAT

Options

Generaloptions-o opt,[opt...]
              mount options

       -h--help
              print help

       -V--version
              print version

   FUSEFAToptions:-o rw+ enable read-write mount (EXPERIMENTAL)

   FUSEoptions:-d,-odebug
              enable debug output (implies -f)

       -f     foreground operation

       -s     disable multi-threaded operation

       -oallow_other
              allow access to other users

       -oallow_root
              allow access to root

       -ononempty
              allow mounts over non-empty file/dir

       -odefault_permissions
              enable permission checking by kernel

       -ofsname=NAME
              set filesystem name

       -olarge_read
              issue large read requests (2.4 only)

       -omax_read=N
              set maximum size of read requests

       -ohard_remove
              immediate removal (don't hide files)

       -ouse_ino
              let filesystem set inode numbers

       -oreaddir_ino
              try to fill in d_ino in readdir

       -odirect_io
              use direct I/O

       -okernel_cache
              cache files in kernel

       -o[no]auto_cache
              enable caching based on modification times

       -oumask=M
              set file permissions (octal)

       -ouid=N
              set file owner

       -ogid=N
              set file group

       -oentry_timeout=T
              cache timeout for names (1.0s)

       -onegative_timeout=T
              cache timeout for deleted names (0.0s)

       -oattr_timeout=T
              cache timeout for attributes (1.0s)

       -oac_attr_timeout=T
              auto cache timeout for attributes (attr_timeout)

       -ointr
              allow requests to be interrupted

       -ointr_signal=NUM
              signal to send on interrupt (10)

       -omax_write=N
              set maximum size of write requests

       -omax_readahead=N
              set maximum readahead

       -oasync_read
              perform reads asynchronously (default)

       -osync_read
              perform reads synchronously

See Also

fuseiso9660(1), fuseext2(1)

FUSE/UMFUSE modules                               June 19, 2008                                       FUSEFAT(1)

Synopsis

fusefat [OPTION]... imagefilemountpointfusefatimagefilemountpoint [OPTION]...

See Also