Mount webdav report error on windows 7

What is the problem you are having with rclone?

When I use the mount command for webdav, an error is reported;The same operation works fine in the windows 10.
I have installed latest winfsp-1.12.22301

c:\software\rclone>rclone mount testMount: M: --vfs-cache-mode full
Cannot create WinFsp-FUSE file system: unspecified error.
2022/12/06 17:19:31 ERROR : webdav root '': Mount failed
2022/12/06 17:19:31 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed

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

c:\software\rclone>rclone version
rclone v1.60.0
- os/version: Microsoft Windows 7 Ultimate Service Pack 1 (64 bit)
- os/kernel: 6.1.7601.24106 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.19.2
- go/linking: static
- go/tags: cmount

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

webdav

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

rclone mount testMount: M: --vfs-cache-mode full

The rclone config contents with secrets removed.

[testMount]
type = webdav
url = https://vm-webdav-uat.******.com:8443
vendor = other
user = *********
pass = *********

A log from the command with the -vv flag

c:\software\rclone>rclone mount testMount: M: --vfs-cache-mode full -vv
2022/12/06 17:25:52 DEBUG : rclone: Version "v1.60.0" starting with parameters ["rclone" "mount" "testMount:" "M:" "--vfs-cache-mode" "full" "-vv"]
2022/12/06 17:25:52 DEBUG : Creating backend with remote "testMount:"
2022/12/06 17:25:52 DEBUG : Using config file from "C:\\Users\\Administrator\\AppData\\Roaming\\rclone\\rclone.conf"
2022/12/06 17:25:52 DEBUG : found headers:
2022/12/06 17:25:52 INFO  : webdav root '': poll-interval is not supported by this remote
2022/12/06 17:25:52 DEBUG : vfs cache: root is "C:\\Users\\Administrator\\AppData\\Local\\rclone"
2022/12/06 17:25:52 DEBUG : vfs cache: data root is "\\\\?\\C:\\Users\\Administrator\\AppData\\Local\\rclone\\vfs\\testMount"
2022/12/06 17:25:52 DEBUG : vfs cache: metadata root is "\\\\?\\C:\\Users\\Administrator\\AppData\\Local\\rclone\\vfsMeta\\testMount"
2022/12/06 17:25:52 DEBUG : Creating backend with remote "C:/Users/Administrator/AppData/Local/rclone/vfs/testMount/"
2022/12/06 17:25:52 DEBUG : fs cache: renaming cache item "C:/Users/Administrator/AppData/Local/rclone/vfs/testMount/" to be canonical "//?/C:/Users/Administrator/AppData/Local/rclone/vfs/testMount/"
2022/12/06 17:25:52 DEBUG : Creating backend with remote "C:/Users/Administrator/AppData/Local/rclone/vfsMeta/testMount/"
2022/12/06 17:25:52 DEBUG : fs cache: renaming cache item "C:/Users/Administrator/AppData/Local/rclone/vfsMeta/testMount/" to be canonical "//?/C:/Users/Administrator/AppData/Local/rclone/vfsMeta/testMount/"
2022/12/06 17:25:52 DEBUG : Network mode mounting is disabled
2022/12/06 17:25:52 DEBUG : Mounting on "M:" ("testMount")
2022/12/06 17:25:52 DEBUG : webdav root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=testMount"]
2022/12/06 17:25:52 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)

This problem has been solved, just replace winfsp-1.12.22301 with winfsp-1.11.22176.
Apparently it's winfsp causing the problem.

Bill just released an updated version yesterday that sounds like it might also fix your issue. See here:

" Note: This release (2022.2 Update1) is the same as the previous release (2022.2) except that: (1) the kernel-mode drivers are now digitally signed only with the Microsoft Attestation signature, and that: (2) no release assets are digitally signed with SHA-1. (This change was necessary to fix a problem in older versions of Windows such as Windows 7.)"

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