Amazon fix for rclone mount: open files in write mode :)

https://github.com/ncw/rclone/commit/fdaac6df67b1201ba0d4e2c73b1135b45ac573aa

With this fix you could now mount setup your torrent files directly in mount without any problems now.

1 Like

Sorry to be thick but what does this do? Does it make the mount for amazon drive more reliable?

Basically before it was tricky to write directly to mount since you could either open or write to the file but not both.
For example if you wanted to point you torrent client to download directly to the cloud it would not really work since torrent client need to open file and write partial changes to it.

With this change now the mount is behaving more like regular drive and beside speed I dont think there would be any difference now for mounting some normal network mount or amazon drive.

p.s. It does not do anything for speeding up process or making ACD more reliable as thats not on rclone side.

I understand now thank you. I know the performance of amazon drive is out of rclones hands but I am looking forward to when it’s reliable to write directly to a mount and this is a step in that direction.

What it does is allow you to use rclone copy to copy stuff onto an rclone mount.

It doesn't change how the rclone mount behaves at the moment - sorry!

Ah so I got overexcited :slight_smile: well hopefully when with [Feature request] mount -write-buffer · Issue #1191 · rclone/rclone · GitHub it will behave as mount without such limitations.