Virt-Manager shared folder Linux host Windows guest

directorykvm-virtualization

I have a Manjaro Linux up-to-date host with a KVM Windows 10 guest with SPICE guest additions installed managed through Virt-Manager.
I'd like to be able to access the host via a shared folder on the host.
Virt-Manager has an option just for that, however I configured that option and yet I still can't access the share.
KVM shared folder settings

What could I still be missing here? Am I missing some other setting on the host? Am I missing some setting on the guest?
Why do I see so many articles talking about SMB shares? I guess (in the background) this shared folder setting could actually be an SMB share but it doesn't make any sense that after setting it up in Virt-Manager I would still need to fiddle with the SMB daemon settings.
Could someone shed some light on the subject, please?
Thank you very much in advance.
Cheers

Best Answer

Unfortunately, it is not possible to share a Linux filesystem directly to a Windows Guest. The I/O access is completely different and such a feature would require a complete translation from an NTFS emulation to a disk (D:\ ...) then to an XFS/EXT4/... mapped filesystem. They are not feature agnostic.

The shared folder is intended for mapping a Linux filesystem to a Linux guest through the guest agent.

Related Topic