Rclone mount error

What is the problem you are having with rclone?

i get this error
2020/08/05 21:48:55 ERROR : Local file system at //?/D:/software/rclone-v1.52.1-windows-amd64/gdrive: Statfs failed: failed to read disk usage: The system cannot find the path specified.

upon trying to mount

What is your rclone version (output from rclone version)

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

windows 10

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)

Paste command here

rclone mount gdrive/ Z: --vfs-cache-mode full

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,

a remote needs a colon in it.
without the colon, rclone thinks that path is local to your computer, not cloud.
gdrive/
should be
gdrive:

thanks it works now

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