We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just curious.....I see this talk about rclone mount cache. Does this work with vfs?
rclone mount --max-read-ahead 1024k --allow-other --dir-cache-time 72h --buffer-size 64M --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit=1G --uid 99 --gid 100 --default-permissions --log-level INFO --syslog tdrive: /mnt/disks/tdrive
The text was updated successfully, but these errors were encountered:
Just noticed looks like you added support for VFS a little under a month ago 7afc7e5
Anything special necessary I should know about? Like, do I need --vfs-cache-mode to be set to anything specific....I believe the default is off
--vfs-cache-mode
off
Just about to go through the install setup/config
Sorry, something went wrong.
I would also like to know, as I am having difficulty in configuring.
I forked the edits I made to get it to work for me. I'd take a look at those edits. Details in the fork https://github.com/zhdenny/plex_rcs
Summary:
No branches or pull requests
Just curious.....I see this talk about rclone mount cache. Does this work with vfs?
The text was updated successfully, but these errors were encountered: