Metainformationen zur Seite
  •  

Shared Folder with Virt-Manager, KVM and Windows-Guest

# in Virt-Manager
# xml
# https://libvirt.org/kbase/virtiofs.html
 
<domain>
  ...
  <memoryBacking>
    <source type='memfd'/>
    <access mode='shared'/>
  </memoryBacking>
  ...
  <devices>
    ...
    <filesystem type='mount' accessmode='passthrough'>
      <driver type='virtiofs' queue='1024'/>
      <source dir='/path'/>
      <target dir='mount_tag'/>
    </filesystem>
    ...
  </devices>
</domain>
 
 
# Windows
https://virtio-fs.gitlab.io/howto-windows.html