10 02 2020

最近荷兰网盘速度太慢了,只好把他挂载到自己的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

  1. 上一篇:debian9 一键 DD win10精简版
  2. 下一篇:关于BT面板释放80端口
发表评论