What is the problem you are having with rclone?
I can't mount cloud drives on Windows, not on drive letters nor as folders.
Run the command 'rclone version' and share the full output of the command.
PS C:\Users\Valentin> rclone version
rclone v1.68.2
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.4780 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
ShadowDrive (via WebDAV), with encryption
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount --vfs-cache-mode writes ShadowDriveCrypt: D:\ShadowDrive
rclone mount --vfs-cache-mode writes ShadowDriveCrypt: *
rclone mount --vfs-cache-mode writes ShadowDriveCrypt: J:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
PS C:\Users\Valentin> rclone config redacted
[ShadowDrive]
type = webdav
url = https://drive.shadow.tech/remote.php/webdav
vendor = other
user = XXX
pass = XXX
[ShadowDriveCrypt]
type = crypt
remote = ShadowDrive:crypt
password = XXX
password2 = XXX
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
When trying rclone mount --vfs-cache-mode writes ShadowDriveCrypt: D:\ShadowDrive
:
NOTE : D:\ShadowDrive folder does not already exists
ERROR : mountpoint "D:\\ShadowDrive" didn't became available on mount - continuing anyway
The service rclone has been started.
The service rclone has been stopped.
When trying rclone mount --vfs-cache-mode writes ShadowDriveCrypt: *
:
PS C:\Users\Valentin> rclone mount --vfs-cache-mode writes ShadowDriveCrypt: *
2024/12/25 00:27:33 NOTICE: Assigning drive letter "Z:"
Cannot create WinFsp-FUSE file system: mount point in use.
2024/12/25 00:27:33 ERROR : Encrypted drive 'ShadowDriveCrypt:': Mount failed
2024/12/25 00:27:33 CRITICAL: Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed
NOTE: I tried reinstalling WinFsp already
When trying rclone mount --vfs-cache-mode writes ShadowDriveCrypt: V:
:
NOTE: I have no drive with letter V
PS C:\Users\Valentin> rclone mount --vfs-cache-mode writes ShadowDriveCrypt: V:
2024/12/25 00:28:58 ERROR : mountpoint "V:" didn't became available on mount - continuing anyway
The service rclone has been started.
The service rclone has been stopped.
Any answer is welcome, have a nice day