Modules are filesystem stacking support to high level API.
Filesystem modules can be built into libfuse or loaded from
shared object
iconv
Perform file name character set conversion. Options are:
from_code=CHARSET
Character set to convert from (see iconv -l
for a list of
possible values). Default is UTF-8
.
to_code=CHARSET
Character set to convert to. Default is determined by the
current locale.
subdir
Prepend a given directory to each path. Options are:
subdir=DIR
Directory to prepend to all paths. This option is
mandatory.
rellinks
Transform absolute symlinks into relative
norellinks
Do not transform absolute symlinks into relative. This is
the default.