https://www.zntec.cn/archives/linux-davfs2.html
mkdir /mnt/nextcloud
mount -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
容易导致开不了机