https://www.zntec.cn/archives/linux-davfs2.html
mkdir /mnt/nextcloudmount -t davfs http://hsserver.tk:8080/remote.php/webdav/ /mnt/nextcloud关掉用户锁
编辑/etc/davfs2/davfs2.conf
打开use_locks把1改为0
在/etc/davfs2/secrets中添加网址 用户名 密码
http://hsserver.tk:8080/remote.php/webdav/ hsli ****
如果需要开机自动挂载,讲上述命令放到/etc/rc.local/中即可,修改/etc/fstab容易导致开不了机