So I just installed rclone(magisk module) on my nvidia shiledtv(16GB model) to use with the plex media server. I'm curious will rclone connected to gdrive with plex use up the shield's internal storage write cycles or does rclone download the file to the RAM for plex to send out to clients? I believe RAM is the preferred way but if it uses internal storage, is there anyway to have it go to an external drive instead of internal storage?
Also if anyone has any suggestions on the best settings/parameters to use for rclone on the shield please let me know. Currently using default settings with the magisk rclone mount module.
VFS cache is much better than the old cache backend but you need to update rclone. This module is based on an older version of rclone. Download the repo as a zip and replace /binary/rclone-arm with the Arm Android build from here https://beta.rclone.org/v1.54.0-beta.4766.75de30cfa/testbuilds/ . After renaming, zip and install via Magisk manager.
Afterwards in your param file, set CACHEMODE=full and ADD_PARAMS=--cache-dir /sdcard/rclone-cache to set the cache location. For external storage, use a file explorer to find the location of the storage, normally in /storage/
Also I'm trying to understand about how rclone mount works. Does it download to disk/storage in chunks to send out to plex clients? or does it download chunks to RAM to send to plex clients?
I'm just worried about my shield's write cycles. I did a test on my NUC and I noticed that no write cycles were used at all. But i would just like for someone to confirm for me to make sure im not missing anything and that i wont end up destroying my shield.
Thanks!. And sorry for the noob questions. I'm new to rclone so I don't quite understand how it all functions.
VFS, for me at least, tends ton be faster and more reliable than the old cache backend. If you don't use either than nothing will be written to disk and it will all be in ram