[自用] 在Linux下使用rclone mount Onedrive
在 /etc/systemd/system
下新建 rclone.service
,加入以下内容
[Unit]
Description=rclone
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/rclone mount [OD]:/ /[OD] --allow-other --allow-non-empty --umask 000 --dir-cache-time 12h --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 4G --vfs-cache-mode writes --onedrive-chunk-size 100M
Restart=on-abort
User=root
[Install]
WantedBy=default.target
在根目录下创建挂载文件夹
apt安装 fuse3
软件包