Created
August 7, 2020 22:36
-
-
Save garygan89/e7f556d7914bcaf33190e7295ff33b74 to your computer and use it in GitHub Desktop.
rclone mounting command for gdrive on seedbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# rclone mount command with optimal settings for Plex on Gdrive using VFS. | |
rclone mount gcrypt: ~/mnt/gdrive --allow-other --allow-non-empty --cache-db-purge --buffer-size 128M --use-mmap --dir-cache-time 72h --drive-chunk-size 256M --timeout 1h --vfs-cache-mode writes --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 1G --no-modtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment