windows 下映射网络文件夹 | rclone

本文最后更新于:2023年12月2日 下午

简介

windows下映射网络文件夹

下载和启动 rclone

1
https://rclone.org/downloads/

解压文件夹,文件夹内打开 cmd,输入

1
> rclone

config

默认 config 路径

1
2
> rclone config file
# C:\Users\<username>\AppData\Roaming\rclone\rclone.conf

生成 config

1
2
3
4
5
6
7
8
> rclone config

name = <name> # example(marmot)
type = webdav
url = <网络文件夹> # example(https://dav.xxx.org)
vendor = sharepoint-ntlm # self-host
user = <username> #如果有验证
pass = <password> #如果有验证

安装 winfsp

1
https://winfsp.dev/rel/

不装报错

1
Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find winfsp

挂载

查看列表

1
> rclone lsf "marmot:"

挂载在 Z 盘

1
> rclone mount "marmot:" Z:

没了


windows 下映射网络文件夹 | rclone
https://derivativemarmot.github.io/blog/posts/49635e49.html
作者
Marmot
发布于
2022年7月26日
许可协议