Rclone mount in windows impossible

Hi,

i have a little problem to mount my drive in windows server 2019

rclone v1.50.1

  • os/arch: windows/amd64
  • go version: go1.13.4

C:\RClone>rclone mount BACKUP1:/ K:
panic: cgofuse: cannot find winfsp

goroutine 63 [running]:
github.com/rclone/rclone/vendor/github.com/billziss-gh/cgofuse/fuse.(*FileSystemHost).Mount(0xc000488a50, 0xc0000d20b0, 0x2, 0xc00019ac80, 0x11, 0x14, 0x0)
d:/a/rclone/src/github.com/rclone/rclone/vendor/github.com/billziss-gh/cgofuse/fuse/host.go:1153 +0x5d7
github.com/rclone/rclone/cmd/cmount.mount.func1(0xc000488a50, 0xc0000d20b0, 0x2, 0xc00019ac80, 0x11, 0x14, 0x19d8500, 0xc00054a300, 0xc0000b1c80)
d:/a/rclone/src/github.com/rclone/rclone/cmd/cmount/mount.go:153 +0x74
created by github.com/rclone/rclone/cmd/cmount.mount
d:/a/rclone/src/github.com/rclone/rclone/cmd/cmount/mount.go:151 +0x3a8

You need to install WINFSP as well as it fuse is required.

Hi, thanks for reply

sorry my bad, i have installed sshfs-win-2.7.17334-x64.msi

You need to install WinFSP.

As both SSHFS and rclone need fuse.

Right, my bad thanks and sorry for that.

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