Rclone downloading to C:\VTRoot\HarddiskVolume2

What is the problem you are having with rclone?

I am trying to transfer some files from Google Drive and I am unable to download them to my other hard drive. I never had this problem before.

What is your rclone version (eg output from rclone -V)

rclone v1.41-070-g67e9ef45

  • os/arch: windows/amd64
  • go version: go1.10

I also tried
rclone v1.41

  • os/arch: windows/amd64
  • go version: go1.10 and got the same thing

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

Windows 10 x64

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)

rclone copy --checksum --verbose --transfers 12 --checkers 10 --tpslimit 8 “GD:Pics” “D:Pics”

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

2018/05/31 20:56:47 DEBUG : rclone: Version “v1.41-070-g67e9ef45” starting with parameters [“rclone” “copy” “–checksum” “-vv” “–transfers” “1” “–checkers” “10” “–tpslimit” “8” “GD:\Pics” “D:Pics\t”]
2018/05/31 20:56:47 DEBUG : Using config file from “C:\Users\Admin\.config\rclone\rclone.conf”
2018/05/31 20:56:47 INFO : Starting HTTP transaction limiter: max 8 transactions/s with burst 1
2018/05/31 20:56:48 INFO : Local file system at \?\D:\Pics: Modify window is 1ms

What happens after that? I don’t see an error.

I note that rclone is trying to transfer files to D:\Pics is that the right path?