CSSC-PC更新了1个文件
This commit is contained in:
parent
fb6f02140e
commit
4a6d8ddff6
14
工具/rclone.md
14
工具/rclone.md
@ -4,6 +4,8 @@ created: 2024-04-16
|
||||
tags:
|
||||
- "#rclone"
|
||||
- "#mount"
|
||||
- onedrive
|
||||
- webdav
|
||||
---
|
||||
## 获取token超时
|
||||
### 原因
|
||||
@ -57,4 +59,14 @@ sudo systemctl start rclone-mount.service
|
||||
3. **验证服务是否运行**:你可以使用以下命令检查服务的状态:
|
||||
`sudo systemctl status rclone-mount.service`
|
||||
|
||||
如果服务正常运行,你就成功地在 CentOS 中自动挂载了 rclone 远程存储服务。
|
||||
如果服务正常运行,你就成功地在 CentOS 中自动挂载了 rclone 远程存储服务。
|
||||
# onedrive
|
||||
采用webdav方式挂载,可解决诸多问题。
|
||||
```ini
|
||||
[odrive]
|
||||
type = webdav
|
||||
url = https://stduestceducn-my.sharepoint.com/personal/onlyistranger_std_uestc_edu_cn/Documents
|
||||
vendor = sharepoint
|
||||
user = onlyistranger@std.uestc.edu.cn
|
||||
pass = uoiOt3qxdp05UC3QhWQ-AIq1ybhYfnAOEXl-D3BeTcZmIQ
|
||||
```
|
Loading…
Reference in New Issue
Block a user