Name
FUSE_FS — Filesystem in Userspace support
Description
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.
There's also companion library named
libfuse
. This library, along with
utilities, is available from the FUSE homepage:
https://fuse.sourceforge.net.
See Documentation/filesystems/fuse.txt for more information.
See Documentation/Changes for
library/utility version you need.
If you want to develop a userspace filesystem, or if you want to use a
filesystem based on FUSE, answer yes here.