把网盘映射成本地磁盘
2021-4-4 乱云飞 代码 标签: 映射网盘 挂载网盘 本地硬盘
https://rclone.org/rclone config //第一次运行需要配置
rclone mount %~n0: Z: --cache-dir %temp% --vfs-cache-mode writes
需要搭配 WinFsp 使用。可以代替RAIDRIVE。
本文链接:http://80c.cc/ez/448.html
评论:
rclone 发表于:2021-04-04 21:07
挂载命令 rclone mount nas249: Z: --cache-dir %temp% --vfs-cache-mode writes
回复