Scroll to navigation

FUSEREAL(1) General Commands Manual FUSEREAL(1)

NAME

fusereal, vufusereal - mount a file system tree to another place using FUSE and vufuse

SYNOPSIS

fusereal [-hVdfs] [-o options ] olddir newdir

in a umvu session:

mount -t vufusereal [-o options ] olddir newdir

DESCRIPTION

fusereal causes the contents of olddir to be accessible (also) under newdir.

vufusereal is the VUOS/vufuse submodule of fusereal

OPTIONS

fusereal is build upon FUSE (Filesystem in Userspace) library. the complete set of available options depends upon the specific FUSE installed. Execute fusereal -h to retrieve the actual complete list.

general options

FUSE and file specific mount options.
display a usage and options summary
display version

main FUSE mount options

These options are not valid in VUOS/vufuse.

enable debug output (implies -f)
foreground operation
disable multi-threaded operation

SEE ALSO

fuse(8), umvu(1)

AUTHOR

VirtualSquare. Project leader: Renzo Davoli.

January 2024 VirtualSquare-VUOS