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:-Shared-file-system#multiple-virtiofs-instances
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to