Error mounting folder rclone mount cripto

What is the problem you are having with rclone?

error mounting folder rclone mount

Run the command 'rclone version' and share the full output of the command.

C:\rclone>rclone --version
rclone v1.57.0

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

local

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

Paste command here
```rclone mount --log-file C:\rclone\logs\rclone.log --log-level INFO --allow-non-empty --dir-cache-time=160h --buffer-size=64M --attr-timeout=1s --vfs-read-chunk-size=2M --vfs-read-chunk-size-limit=2G --vfs-cache-max-age=5m --vfs-cache-mode=full --cache-dir e:\DriveFSCache cripto: M: 



#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here




#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

2022/01/19 10:40:06 INFO  : Encrypted drive 'cripto:': poll-interval is not supported by this remote
2022/01/19 10:40:06 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/01/19 10:40:06 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find winfsp
2022/01/19 13:04:15 NOTICE: --allow-non-empty flag does nothing on Windows
2022/01/19 13:04:15 INFO  : Encrypted drive 'cripto:': poll-interval is not supported by this remote
2022/01/19 13:04:15 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/01/19 13:04:15 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find winfsp

On Windows, you need to install winsfsp to use a mount.

Download ยท WinFsp (secfs.net)

is already installed

I installed winsfp and the log message is now this

2022/01/19 14:45:58 NOTICE: --allow-non-empty flag does nothing on Windows
2022/01/19 14:45:58 INFO : Encrypted drive 'cripto:': poll-interval is not supported by this remote
2022/01/19 14:45:58 INFO : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
The service rclone has been started.

That's telling you that flag does nothing on Windows so you can remove it.

and what should I do, if it doesn't mount the folder

Decide how you want to mount it:

Install (rclone.org)

ok, but it's not about starting rclone and yes, it doesn't mount the folder, I've done everything and I can't mount it

do you have a shorter command for me to test?

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