You are not logged in.
Pages: 1
Hi,
I'm having some issues using davfs mounting option. That is
1. mounted location become unmounted almost at random (even a second after).
2. (when it is mounted) one folder is not responsive. It has >1000 files averaging at ~50 Gb, but when opened in this mount location it has zero files in it. Is there any limited time response that I can change to browse this folder?
I'm mounting box.com drive via "mount ~/box" command using an entry to /etc/fstab:
https://dav.box.com/dav /home/test/box davfs rw,user,uid=test,noauto 0 0It is interesting that when I mount the same box.com folder via webdav in thunar, it always mounted (problem #1 isn't there), but the same folder is also empty (#2 is there).
Browsing via web at box.com is not a problem at all.
Any help would be appreciated.
Last edited by shuruper (2021-10-25 20:31:02)
Offline
Okay, "issue" was sovled by changing "use_locks" value to "0" /etc/davfs2/davfs2.conf and by allowing more time to connect/read: "connect_timeout" and "read_timeout".
Offline
Pages: 1