Mounting default best results

Now this is interesting. All this time i've been using flags and options and thought 'lemme try all defaults and test some things'
my mount right now looks like this

ExecStart=/usr/bin/rclone mount drive: /mnt/drive --allow-other --log-level INFO --log-file /opt/rclone/logs/rclone.log --timeout 1h --umask 002 --user-agent rclone --rc

i've never had better results and such fast playing/seeking videos on plex.

Glad to hear that.
Generally, as a rule, you should always leave stuff at default unless you have a good reason for changing it + a good understanding of what you are changing.

The defaults are after all carefully chosen by rclone's author who has a better understanding of the internals than the rest of us combined :slight_smile:

If you do go outside of the defaults, it's usually a good plan to change one thing at a time and then test that it has the desired result. Heaping changes on all at once is a bad idea because if something starts misbehaving you will have no idea what caused it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.