Proxmox Installation with Passthrough Guest into W10 then Mount & Use Existing NTFS Drive without Format

Proxmox Installation with Passthrough Guest into W10 then Mount & Use Existing NTFS Drive without Format
Menthod 2: reference URL: (using GUI)

https://dae.me/blog/2340/how-to-add-an-existing-virtual-disk-to-proxmox/

1 update VM 100: -sata1 /dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx

——————————————————-

Menthod 1: reference URL: (using Command Line)
https://www.cnblogs.com/wukongroot/p/15513228.html

ls /dev/disk/by-id
Shown as similar information as below

ata-TOSHIBA_Q300._xxxxxxxx
ata-TOSHIBA_Q300._xxxxxxxx-part1
ata-TOSHIBA_Q300._xxxxxxxx-part2
ata-TOSHIBA_Q300._xxxxxxxx-part3
ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx
ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx-part1
qm set 100 -sata1 /dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-xxxxxxxx

It will be return as below