Single disk passthrough without IOMMU

Hi,

Proxmox supports the passthrough of single disks without the need of passing through the whole pcie adapter: Passthrough Physical Disk to Virtual Machine (VM) - Proxmox VE

That feature does not use IOMMU.

Is something similar possible for VMs with Incus?

Thanks.

incus config device add NAME my-disk disk source=/dev/sda

1 Like

Thank you very much for the fast replay and your dedication for the project!