Windows直接挂载Onedrive为硬盘|非客户端|fuse+rclone

先去官网下载Windows版本https://rclone.org/downloads/

2、然后和Linux操作一样 注意在Rclone目录下使用rclone config

3、比Linux需要多的是下载winfsp

下载地址:https://github.com/billziss-gh/winfsp/releases/tag/v1.0

4、然后执行命令 注意挂载的目录不要创建

  1. rclone mount onedrive: D:\onedrive --allow-other --vfs-cache-mode writes --allow-non-empty & //挂载文件夹的话
  2.  
  3.  
  4. rclone mount onedrive:/ o: --cache-dir D:\Temp --allow-other --vfs-cache-mode writes --allow-non-empty & //挂载盘符的话

挂载盘符的效果是这样的

这是挂载文件夹的效果


This article is under CC BY-NC-SA 4.0 license.
Please quote the original link:https://www.liujason.com/article/244.html
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy