From 4a6d8ddff6691a84f771473e840c2c84ed982478 Mon Sep 17 00:00:00 2001 From: murmur-CSSC Date: Fri, 7 Jun 2024 16:11:09 +0800 Subject: [PATCH] =?UTF-8?q?CSSC-PC=E6=9B=B4=E6=96=B0=E4=BA=861=E4=B8=AA?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/rclone.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/工具/rclone.md b/工具/rclone.md index 105b4fa..10455df 100644 --- a/工具/rclone.md +++ b/工具/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 远程存储服务。 \ No newline at end of file +如果服务正常运行,你就成功地在 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 +``` \ No newline at end of file