Share over smb verry slow

I have already found other posts here with the same problem, but none of them seem to have really been resolved .. switching to webdav is my no option in this case.

When I share my rclone mountpoint via samba, access to files is incredibly slow. With luck I will get a speed of 3MB / s

My test settings look like this - to rule out errors in my standard mounting settings:

rclone mount crypt: / mnt / switch --config /opt/rclone/rclone.conf --allow-other --log-file /root/rclone.log --log-level DEBUG

Log: 2021/04/18 21:07:38 DEBUG : Using config file from "/opt/rclone/rclone.conf"20 - Pastebin.com

I hope someone has an idea

There are quite a lot of these in your log

testfile.iso: failed to wait for in-sequence read to

You could try increasing the timeout for that

--vfs-read-wait duration   Time to wait for in-sequence read before seeking. (default 20ms)

You could also try --vfs-cache-mode full instead.

That rocks it, thank you very much!

1 Like

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