Debian 系统挂载 WebDAV 网盘到本地

Debian 系统挂载 WebDAV 网盘到本地


最近荷兰网盘速度太慢了,只好把他挂载到自己的 VPS 下,这样访问快很多。

安装 davfs2

apt-get install davfs2 -y

配置挂载

mkdir /mnt/webdav
sed -i 's/# use_locks 1/use_locks 0/g' /etc/davfs2/davfs2.conf
echo "https://xxx.stackstorage.com/remote.php/webdav/ 用户名 密码" > /etc/davfs2/secrets
echo "mount.davfs https://xxx.stackstorage.com/remote.php/webdav/ /mnt/webdav" >> /etc/rc.local

挂载完成,可以通过 df -h 命令查看挂载结果。

卸载

umount /mnt/webadv
THE END
喜欢就支持一下吧
点赞0 分享 收藏
评论 抢沙发
欢迎您留下宝贵的见解!(至少 2 字)
提交
昵称

昵称

昵称 表情 快捷回复

    暂无评论内容