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

fusenull, vufusenull - mount a null file system using FUSE and vufuse

Author

       VirtualSquare.  Project leader: Renzo Davoli.

VirtualSquare-VUOS                                January 2024                                       FUSENULL(1)

Description

fusenull  mounts  a  null  filesystem  on  dir.   A  null  file system appears as an empty directory, any
       operation on it fails.  It is generally used as a minimal FUSE module for testing.

       vufusenull is the VUOS/vufuse submodule of fusenull

Name

       fusenull, vufusenull - mount a null file system using FUSE and vufuse

Options

fusenull is build upon FUSE (Filesystem in Userspace) library.  the complete  set  of  available  options
       depends upon the specific FUSE installed.  Execute fusenull-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

   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

fusenull [-hVdfs] [-ooptions ] dir

       in a umvu session:

       mount-tvufusenull [-ooptions ] dir

See Also