On 3/29/25 10:25 PM, ToddAndMargo via users wrote:
Hi All,

Anyone know how to get WinFsp to work in Widows Server 2025 STD?

https://github.com/winfsp/winfsp/releases/download/v2.1B2/ winfsp-2.1.24255.msi

does not install VirtioFsSvc

Many thanks,
-T



Figured it out.  I did not install
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/
virto-win-guesttools.exe
A reboot is required.

And you have to go into <win><R> services.msc, find VirtIO-FS
Service and set it to Automatic, then restart it.

This is a much better guide:
https://www.debugpoint.com/kvm-share-folder-windows-guest/

And if you want to remap the drive:

REGEDIT4

; Change VirtIO-FS's mount point (letter):
; Change the M: below to you desiged letter.  Remember the :

[HKEY_LOCAL_MACHINE\SOFTWARE\VirtIO-FS]
"MountPoint"="M:"


Restart the service to get it to take:
cmd as administrator:
sc stop VirtioFsSvc
sc start VirtioFsSvc

or <win><R> services.msc, find VirtIO-FS Service and restart it.




















--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to