On 2/1/25 10:27 PM, ToddAndMargo via users wrote:
Hi All,
I am trying to mount two qemu-kvm shared directories.
I have the following configured:
<filesystem type="mount" accessmode="passthrough"> <driver type="virtiofs"/> <source dir="/home/OurStuff"/> <target dir="OurStuff"/> <address type="pci" domain="0x0000" bus="0x00" slot="0x09" function="0x0"/> </filesystem>
<filesystem type="mount" accessmode="passthrough"> <driver type="virtiofs"/> <source dir="/home/CDs"/> <target dir="CDs"/> <address type="pci" domain="0x0000" bus="0x00" slot="0x0a" function="0x0"/> </filesystem>
Do I need a separate type="pci" address?
Many thanks, -T
Got is working. I don't need to modify the above.
I just need these instructions:
https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Virtiofs:-Share...