From 739448bd854f94f9e95430db850c928e8ca5cc93 Mon Sep 17 00:00:00 2001 From: NiceDevil Date: Tue, 5 Dec 2023 19:42:02 +0000 Subject: [PATCH] Update Linux/Proxmox/passthroughHDD.md --- Linux/Proxmox/passthroughHDD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/Proxmox/passthroughHDD.md b/Linux/Proxmox/passthroughHDD.md index 8b22636..d7f2378 100644 --- a/Linux/Proxmox/passthroughHDD.md +++ b/Linux/Proxmox/passthroughHDD.md @@ -5,6 +5,6 @@ # find the ID of the disk you want to passthrough find /dev/disk/by-id/ -type l|xargs -I{} ls -l {}|grep -v -E '[0-9]$' |sort -k11|cut -d' ' -f9,10,11,12 -# add the physical disk to a VM (592 is the ID of the VM) +# add the physical disk to a VM (41002 is the ID of the VM) qm set 41002 -scsi1 /dev/disk/by-id/ata-WDC_WD100EFAX-68LHPN0_JEKEYDEZ ``` \ No newline at end of file