Windows 11 Update Breaks rclone?

What is the problem you are having with rclone?

I have rclone setup on windows 10 with the task scheduler that would run a vbs script that would run a .bat to mount my one drive. Since updating to windows 11 this no longer works, when updating windows do I need to re-setup rclone? Does it need to generate a new token?

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

rclone v1.58.0

  • os/version: Microsoft Windows 11 Pro for Workstations 21H2 (64 bit)
  • os/kernel: 10.0.22000.739 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17.8
  • go/linking: dynamic
  • go/tags: cmount

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

One Drive

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

rclone mount one-drive: Z: --vfs-cache-mode=full

The rclone config contents with secrets removed.

[one-drive]
type = onedrive
token = {"access_token":""}
drive_id = 
drive_type = personal

A log from the command with the -vv flag

2022/07/05 16:12:47 DEBUG : rclone: Version "v1.58.0" starting with parameters ["rclone" "-vv"]
Usage:
  rclone [flags]
  rclone [command]

Available Commands:
  about           Get quota information from the remote.
  authorize       Remote authorization.
  backend         Run a backend-specific command.
  bisync          Perform bidirectonal synchronization between two paths.
  cat             Concatenates any files and sends them to stdout.
....

hi,
i never had a windows update break rclone, never heard of that here in the forum.
also, i have done w10 to w11 a few times now, never affected rclone.

rclone.exe is a portable app, can be run from a usb key.
--- does not need to be installed
--- does not use windows registry.

rclone version
rclone v1.58.1
- os/version: Microsoft Windows 11 Pro 21H2 (64 bit)
- os/kernel: 10.0.22000.739 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.17.9
- go/linking: dynamic
- go/tags: cmount

Breaks how? Do you have a log? What happens when you try rclone on the command line?

Oh just that it failed to mount, though I believe it should still be running the vbs and bat scripts. In the bat file all it has is: rclone mount one-drive: Z: --vfs-cache-mode=full

Though manually trying this command in command prompt in the rclone location gives this error:
rclone mount one-drive: Z: --vfs-cache-mode=full
Cannot create WinFsp-FUSE file system: FSD not found.
2022/07/06 09:12:28 ERROR : One drive root '': Mount failed
2022/07/06 09:12:28 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed

Any suggestions?

Reinstall WinFsp, perhaps...

1 Like

That was it :smiley: great suggestion! I uninstalled and reinstalled WinFsp, restarted my pc, and it worked perfect. Huh I guess something broke there during the windows 11 upgrade.

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