I found it rough setting these up with read/write access. Ended up finding a script someone else wrote that makes it easy:
https://gist.github.com/NorkzYT/14449b247dae9ac81ba4664564669299
Make sure the container is running when you run the script. Works great! Cudos to the author.
Too bad its...
Wanted to follow up. I was able to get it all to work well with VMWare. I can pass up to 20 drives per VMware linux guest. VMware detects all 15 drives.
Would like to pick some of your brains....I'm using a Startech PEXUSB3S44V USB 3 card:
https://www.startech.com/en-us/cards-adapters/pexusb3s44v
It has 4 root hubs:
lspci:
18:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02)
19:00.0 USB controller: Renesas...
I had this problem today....Found that the newer kernel's have the ACS patch included for PCI passthrough / iommu groups. Just make sure you use the full line in your /etc/default/grub: pcie_acs_override=downstream,multifunction
For an AMD CPU:
GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=pt...
Hi All,
I ran into this today. Found that the newer kernel's have the ACS patch included for PCI passthrough / iommu groups. Just make sure you use the full line in your /etc/default/grub: pcie_acs_override=downstream,multifunction
Mine looks like this for an AMD CPU...