如题. 之前我使用NFS,NFS会有同步问题.比如编译文件时候的时间同步问题,见前边的文章. 如今,我们使用高级的virtfs: 见:https://www.linux-kvm.org/page/9p_virtio 一: host上的设置,使用类似如下的参数: -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=Tsrc \ -fsdev local,security_model=passthrough,id=fsdev0,path=/root…