WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes

So I'm a noob with rclone just set it up a few days ago and I'm dragging and dropping my files to my mounted gdrive and when it starts to upload I get an ERROR message like the one below. I'm running Windows 64-bit.

2019/08/12 23:10:05 ERROR : Media/(Show)/(Season #)/(Show Name) S01E01 Pilot.mkv: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes

If someone could direct me on how to fix this and give me more tips with rclone it would be greatly appreciated.

Thanks!

Just add --vfs-cache-mode writes to your config and all will be well.

This will cause rclone to use a bit of local disk for temporary storage.

If you want the full details check out this part of the manual: https://rclone.org/commands/rclone_mount/#file-caching

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