I just hooked up a 10TB SATA hard drive to an already running proxmox system. I'd like to do passthrough to a Ubuntu 18 VM. The Ubuntu VM will run docker and a bunch of containers that will access the hard drive. I'm confused by all the options for doing passthrough.
qm set 100 -scsi3 /dev/disk/by-id/_____
qm set 100 -sata3 /dev/disk/by-id/_____
qm set 100 -virtio3 /dev/disk/by-id/_____
I haven't come across any explainations that explain the 3 side-by-side. And I didn't understand individual explanations in the context of how it impacts my usage.
With any of these options, is it possible to later on remove the hard drive from the system and be able to read it on any Linux PC with a SATA-USB adapter?
qm set 100 -scsi3 /dev/disk/by-id/_____
qm set 100 -sata3 /dev/disk/by-id/_____
qm set 100 -virtio3 /dev/disk/by-id/_____
I haven't come across any explainations that explain the 3 side-by-side. And I didn't understand individual explanations in the context of how it impacts my usage.
With any of these options, is it possible to later on remove the hard drive from the system and be able to read it on any Linux PC with a SATA-USB adapter?
Last edited: