Tune Virtio-9p Mount Options in the Guest The default mount can be conservative; tweaking parameters reduces latency for read/write ops.
Mount manually
sudo mount -t 9p -o trans=virtio,version=9p2000.L,cache=loose,msize=262144 share /mnt/shareSetup in /etc/fstab
share /mnt/share 9p trans=virtio,version=9p2000.L,cache=loose,msize=262144,rw,noauto,x-systemd.automount 0 0