Hi,
I use passtrough to make hdds, that are physically connected to my hypervisor available to a VM.
For example with code like this:
Accessing the hdd from within the VM works fine, except SMART and device info. It seems like no drive infos like vendor, serial, etc. and SMART data are passed through.
Did I miss some additional arguments in my command or is it just not possible to have it work this way?
I use passtrough to make hdds, that are physically connected to my hypervisor available to a VM.
For example with code like this:
Code:
qm set 102 -virtio1 /dev/disk/by-id/ata-TOSHIBA_DT01ACA300_548XGR9GS
Accessing the hdd from within the VM works fine, except SMART and device info. It seems like no drive infos like vendor, serial, etc. and SMART data are passed through.
Did I miss some additional arguments in my command or is it just not possible to have it work this way?