fusefatfs, vufusefatfs - mount FAT file systems using FUSE and vufuse
Contents
Credits
fusefatfs is based on the FAT file system module for embedded systems fatfs developed by ChaN:
http://elm-chan.org.
Description
fusefatfs mounts the file tree contained in disk_image on the directory mountpoint. It supports FAT12,
FAT16, FAT32 and exFAT formats.
vufusefatfs is the VUOS/vufuse submodule of fusefatfsName
fusefatfs, vufusefatfs - mount FAT file systems using FUSE and vufuse
Options
fusefatfs is build upon FUSE (Filesystem in Userspace) library. the complete set of available options
depends upon the specific FUSE installed. Execute fusefatfs-h to retrieve the actual complete list.
generaloptions-o opt,[opt...]
FUSE and file specific mount options.
-h display a usage and options summary
-V--version
display version
fusefatfsspecificoptions-oro mount the file system in read-only mode.
-orw mount the file system in read-write mode only if also -oforce is present. Read-write mounting
can potentially manage the file system structure so an extra option is required to test the
awareness fo the user.
-oforce
confirm the request of read-write access.
-orw+ mount the file system in read-write mode, a shortcut of -orw,force.
mainFUSEmountoptions
These options are not valid in VUOS/vufuse.
-d-odebug
enable debug output (implies -f)
-f foreground operation
-s disable multi-threaded operation
See Also
fuse(8), umvu(1)
Synopsis
fusefatfs [-hVdfs] [-ooptions ] disk_imagemountpoint
in a umvu session:
mount-tvufusefatfs [-ooptions ] disk_imagemountpoint