Skip to content

Instantly share code, notes, and snippets.

@garygan89
Created August 7, 2020 22:36
Show Gist options
  • Save garygan89/e7f556d7914bcaf33190e7295ff33b74 to your computer and use it in GitHub Desktop.
Save garygan89/e7f556d7914bcaf33190e7295ff33b74 to your computer and use it in GitHub Desktop.
rclone mounting command for gdrive on seedbox
# 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