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

fusefatfs, vufusefatfs - mount FAT file systems using FUSE and vufuse

Author

       VirtualSquare.  Project leader: Renzo Davoli.

VirtualSquare                                     November 2024                                     FUSEFATFS(1)

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 fusefatfs

Name

       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

See Also