Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   mount.fuse3    ( 8 )

параметры конфигурации и монтирования для файловых систем FUSE (configuration and mount options for FUSE file systems)

  Name  |  Description  |  Definitions  |  Configuration  |  Options  |    Fuse modules (stacking)    |  Security  |  Note  |

FUSE MODULES (STACKING)

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.