Mount Aliyun Drive as FUSE Drive
具体怎么获取refresh_token请参考 https://github.com/messense/aliyundrive-webdav#%E8%8E%B7%E5%8F%96-refresh_token
Linux & MacOS
./goaldfuse -mp MountPoint -rt REFRESH_TOKEN
- Default Mount Point /tmp/RT
- Only tested with MacFUSE on MacOS, other FUSE implementation should also work
Window
touch .refresh_token
echo YOUR_REFRESH_TOKEN > .refresh_token
goalidfuse start
- Default Mount to G: , so please make it available before mounting
- Tested with Winfsp on Windows 10/11 amd64, install before using this utility
- https://github.com/billziss-gh/winfsp/releases/tag/v1.10
- 特别说明: Windows对于图片,视频,PDF,Office文档等等会预读取65K~256K不等的文件头 ,如果你在移动流量下使用,一定要注意自己的流量
- 建议只在Wifi环境中使用
Credits:
- Some code from go-aliyundrive-webdav
- Windows GO FUSE @billziss-gh/cgofuse
- Linux/MacOS GO FUSE @jacobsa/fuse