Rclone

Mount

rclone mount onedrive:Media /mnt/onedrive \
    --allow-other \
    --read-only \
    --vfs-cache-mode writes \
    --dir-cache-time 12h \
    --vfs-read-chunk-size 512M \
    --vfs-read-chunk-size-limit 10G \
    --daemon \
    -vv

Unmount

fusermount -u /mnt/onedrive

Last updated