I have installed a Windows11 guest in KVM and it works OK ... but then I created 2 shared folders in virt manager.
In Windows File Explorer only one 'source dir' is shown.
Don't get any error.
How can it be solved so I will get both shared folders in Windows?
Code:
<filesystem type="mount" accessmode="passthrough">
<driver type="virtiofs"/>
<binary path="/usr/libexec/virtiofsd"/>
<source dir="/nfs/FARBAUTE-NASSE"/>
<target dir="NASSE"/>
<alias name="fs0"/>
<address type="pci" domain="0x0000" bus="0x06" slot="0x00" function="0x0"/>
</filesystem>
<filesystem type="mount" accessmode="passthrough">
<driver type="virtiofs"/>
<binary path="/usr/libexec/virtiofsd"/>
<source dir="/home/forsete/Downloads"/>
<target dir="ASUS-NUC Downloads"/>
<alias name="fs1"/>
<address type="pci" domain="0x0000" bus="0x05" slot="0x00" function="0x0"/>
</filesystem>
Don't get any error.
How can it be solved so I will get both shared folders in Windows?