What is the problem you are having with rclone?
I am not able to mount my mega or google drive using rclone mount. I am running Windows 11.
I am getting the following error "Cannot create WinFsp-FUSE file system: access denied"
on first run and "Cannot create WinFsp-FUSE file system: unspecified error."
on the next consecutive runs until I restart my system.
Run the command 'rclone version' and share the full output of the command.
rclone v1.61.1
- os/version: Microsoft Windows 11 Home 22H2 (64 bit)
- os/kernel: 10.0.22621.1105 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.19.4
- go/linking: static
- go/tags: cmount
Yes
-->
Which cloud storage system are you using? (eg Google Drive)
Mega, Google drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount mega1: E:
The rclone config contents with secrets removed.
[mega1]
type = mega
user = redacted
pass = redacted
hard_delete = true
[drive]
type = drive
client_id = redacted
client_secret = redacted
scope = drive
token = {"access_token":"redacted","token_type":"Bearer","refresh_token":"redacted","expiry":"2023-01-29T17:14:24.2648525+05:30"}
team_drive =
use_trash = false
A log from the command with the -vv
flag
2023/01/29 16:18:42 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "mount" "mega1:" "E:" "-vv"]
2023/01/29 16:18:42 DEBUG : Creating backend with remote "mega1:"
2023/01/29 16:18:42 DEBUG : Using config file from "C:\\Users\\ypank\\AppData\\Roaming\\rclone\\rclone.conf"
2023/01/29 16:18:53 INFO : mega root '': poll-interval is not supported by this remote
2023/01/29 16:18:53 NOTICE: mega root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2023/01/29 16:18:53 DEBUG : Network mode mounting is disabled
2023/01/29 16:18:53 DEBUG : Mounting on "E:" ("mega1")
2023/01/29 16:18:53 DEBUG : mega root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=mega1"]
Cannot create WinFsp-FUSE file system: unspecified error.
2023/01/29 16:18:53 ERROR : mega root '': Mount failed
2023/01/29 16:18:53 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed