Rclone slow on copying from raspberry

What is the problem you are having with rclone?

I mount a rclone on raspberry and acces by samba from ehternet, the speed is too slow.
If i copy a file from Sd on the raspberry to my windows works fine 20MB/s
If i copy a file from rclone mount on raspberry to a raspberry folder works fine 20MB/s
If I copy file from rclone mount on raspberry folder /home/pi/team/file.xxx to my windows, dosnt works, too slow and freece the transfer, I access the raspberry by SMB on a windows i put \192.168.0.33

What is your rclone version (output from rclone version)

rclone version 1.52.2

Which OS you are using and how many bits (eg Windows 7, 64 bit)

I am using raspberrian on raspberrypi, but I have test with libreelec, same result.

Which cloud storage system are you using? (eg Google Drive)

Google drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

I user rclone mount google:/ /home/pi --allow-other

It would be worth adding --log-file rclone.log -vv to your rclone mount command line and taking a look in the log to see if there are any errors.

Hello, the problem was the ubuntu version, on 20.04 not work, on 18.04 works fine.

Thanks

1 Like

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