virtiofs: add a description of how to install virtiofsd

Signed-off-by: Markus Frank <m.frank@proxmox.com>
This commit is contained in:
Markus Frank 2025-04-08 18:19:35 +02:00 committed by Thomas Lamprecht
parent 23123df035
commit 907860602f

View File

@ -1269,6 +1269,12 @@ Linux VMs with kernel >=5.4 support virtiofs by default
(https://www.kernelconfig.io/CONFIG_VIRTIO_FS[virtiofs kernel module]), but some
features require a newer kernel.
To use virtiofs, ensure that virtiofsd is installed on the {pve} host:
----
apt install virtiofsd
----
There is a
https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Virtiofs:-Shared-file-system[guide]
available on how to utilize virtiofs in Windows VMs.