Man page - fusereal(1)

Packages contains this manual

Manual

FUSEREAL

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
general options
main FUSE mount options
SEE ALSO
AUTHOR

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

-o opt,[opt...]

FUSE and file specific mount options.

-h

display a usage and options summary

-V   --version

display version

main FUSE mount options

These options are not valid in VUOS/vufuse.
-d   -o debug

enable debug output (implies -f)

-f

foreground operation

-s

disable multi-threaded operation

SEE ALSO

fuse (8), umvu (1)

AUTHOR

VirtualSquare. Project leader: Renzo Davoli.