M
M
Mr_Howell2017-03-02 22:09:39
FUSE
Mr_Howell, 2017-03-02 22:09:39

How to make friends between afuse and webdav (davfs2 instead of sshfs)?

How to make friends afuse and webdav (instead of sshfs)?
I'm having trouble writing regular expressions in commands
and can't write the required templates.
Everywhere examples of use only with sshfs.

# afuse mountpoint [options]
  где
  mountpoint                           - точка поключения
  [options]                            - параметры монтирования
     -o  mount_template=CMD            - шаблон команды для монтирования
     -o  unmount_template=CMD          - шаблон команды для размонтирования
  В шаблоны должны быть включены обязательные модификаторы %r и %m.
  При выполнении команды модификаторы генерируют имена удаленного и локального каталогов соответственно.
  Для размонтирования должно использоваться "ленивое" размонтирование, например в виде параметров
  -u -z для команды fusermount или -l для обычного umount.

Repository :
https://github.com/pcarrier/afuse
afuse.sourceforge.net _ _ _ davfs2/secrets" webdav mounts correctly, but it should be mounted only when someone follows the link "/mnt/webdav/somedir001/" and not every time the server is turned on, because there are a lot of folders "somedir001", "somedir002", "somedir003". In fact, you need something like this but for davfs2. Although any examples are good. Autofs as an alternative to afuse should be considered? and then in Wiki-Arch'a it is marked outdated.

Answer the question

In order to leave comments, you need to log in

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question