
最近荷兰网盘速度太慢了,只好把他挂载到自己的 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
喜欢就支持一下吧



暂无评论内容