Hello,
i am using rclone 1.69.3 with winfsp 2024 Beta 2 on a Windows Server 2025 that is hosted in an data center.
My server runs 24/7 and syncs files between my business onedrive and local drives (configurated azure cloud app) since about 2 years as a backup.
Since the april/mai windows update, my mount sometimes disappears/crashes with the following error:
CRITICAL: Fatal error: failed to mount FUSE fs: failed to retrieve mountpoint path information: CreateFile D:: The I/O operation was aborted due to thread termination or application request.
Before this update my mount never crashed at all!
Here is my mount code (powershell as a service):
BinaryPathName = '"C:\Program Files\Rclone\rclone.exe" mount --user-agent "ISV|rclone.org|rclone/v1.69.3" --vfs-cache-mode full --vfs-cache-max-size 50G --vfs-cache-max-age 48h --vfs-cache-poll-interval 5m --dir-cache-time 72h --poll-interval 15s --buffer-size 128M --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 128M --tpslimit 3 --checkers 4 --transfers 2 --no-modtime --timeout 30s --contimeout 15s --low-level-retries 10 --retries 5 --retries-sleep 10s --cache-dir "C:\RcloneCache" --log-level INFO --log-file "C:\Program Files\Rclone\RcloneMonitor.log" Backup: "D:"'
Does anyone know whats the problem? I think something changed inside windows and since then rclone/winfsp crashes here and there. Sometimes the drive is up for 3-5 days without a crash - sometimes only some hours and it crashes.
No windows event error logs nothing...only rclone logs.