-
-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Reproduce
Create new mount
> fs = GoogleDrive:/path_to_dir/
Here is the console log below.
{
"fs":"GoogleDrive:/path_to_dir/:",
"mountPoint":"C:\\workspace",
"mountType":"",
"vfsOpt":{"CacheMode":2},"mountOpt":{}
}
Here fs always add :
at the end of input.
However, there is no any problem if we run it in command line.
rclone mount "GoogleDrive:/path_to_dir/" "C:\workspace" --vfs-cache-mode writes
Metadata
Metadata
Assignees
Labels
No labels