FTP -failed to read disk usage: The system cannot find the path specified

What is the problem you are having with rclone?

FTP -failed to read disk usage: The system cannot find the path specified.

What is your rclone version (output from rclone version)

v1.55.1

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

Windows 10 Server 64bit

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

FTP and OneDrive (OneDrive works fine, FTP doesn't)

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


C:\Users\Administrator\Downloads\rclone>rclone mount Storage C:/Storage
2021/07/09 13:49:34 ERROR : Local file system at //?/C:/Users/Administrator/Downloads/rclone/Storage: Statfs failed: failed to read disk usage: The system cannot find the path specified.

hello and welcome to the forum,

a remote needs a colon character : in it, else rclone thinks it is a local folder.
you want
rclone mount Storage: C:\Storage

and notice the error message is complaining about a local folder
ERROR : Local file system at //?/C:/Users/Administrator/Downloads/rclone/Storage
which is the current working folder + Storage

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