Hello; I am trying to passthrough 2x 4TB HDD to my unRaid VM array and at first I passed them through via the below command
This passes the HDD over but in unRaid they show as 0QEMU_QEMU_HARDDISK and as a result the drives dont spin down - they just hold data.
The 2 drives are on a HBA Controller
I am not able to pass the entire HBA card over as I have a drive on there as well for a different VM
I am however able to remove these 2 drives from the HBA card and plug them onto the MB sata ports but this is what my ports look like on the MB
How can i truly pass these 2 drives over?
Code:
qm set 100 -scsi1 /dev/disk/by-id/ata-WDC_WD40EFAX-68JH4N1_WD-WXC2D53NEK11
This passes the HDD over but in unRaid they show as 0QEMU_QEMU_HARDDISK and as a result the drives dont spin down - they just hold data.
The 2 drives are on a HBA Controller
Code:
udevadm info -q path -n /dev/sdb
/devices/pci0000:00/0000:00:1c.4/0000:09:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sdb
udevadm info -q path -n /dev/sdc
/devices/pci0000:00/0000:00:1c.4/0000:09:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdc
I am not able to pass the entire HBA card over as I have a drive on there as well for a different VM
I am however able to remove these 2 drives from the HBA card and plug them onto the MB sata ports but this is what my ports look like on the MB
Code:
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:7a62] (rev 11)
DeviceName: SATA Controller
Subsystem: ASUSTeK Computer Inc. Device [1043:8882]
Code:
udevadm info -q path -n /dev/sdd
/devices/pci0000:00/0000:00:17.0/ata5/host5/target5:0:0/5:0:0:0/block/sdd
udevadm info -q path -n /dev/sde
/devices/pci0000:00/0000:00:17.0/ata6/host6/target6:0:0/6:0:0:0/block/sde
How can i truly pass these 2 drives over?