挂载Sharepoint和onedrive目录方法

V+变量
2021-03-31 / 0 评论 / 2,174 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2021年04月01日,已超过1388天没有更新,若内容或图片失效,请留言反馈。

挂载的前提是你要配置好rclone文件,centos还记得要先安装好Fuse(命令:yum -y install fuse)

挂载Sharepoint

rclone mount sharepoint: /home/wwwroot/sharepoint --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --umask 000 --vfs-cache-mode writes

挂载Onedrive

rclone mount onedrive: /home/wwwroot/onedrive --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --umask 000 --vfs-cache-mode writes

保持在后台运行

nohup rclone mount sharepoint: /mnt/sda1/sharepoint&
nohup rclone mount onedrive: /mnt/sda1/onedrive&
0

评论

博主关闭了当前页面的评论