On Mon, 07 Apr 2025 15:49:40 +0200, Markus Frank wrote:
> Virtio-fs is a shared file system that enables sharing a directory
> between host and guest VMs. It takes advantage of the locality of
> virtual machines and the hypervisor to get a higher throughput than
> the 9p remote file system protocol
Tested on a fresh proxmox-ve_8.4-ALPHA-1.iso install.
Configured a directory mapping and passed it to a Debian VM with the
default settings. Inside the VM I mounted the directory using
`mount -t virtiofs dirid /mnt/path`.
Writing some data to the directory from inside the VM with
`dd if=/dev/ura