G go2seeit New Member Aug 14, 2024 1 0 1 Aug 14, 2024 #1 As title, can I use exist rdm physical disk (created by esxi) on proxmox? Thank you.
aaron Proxmox Staff Member Staff member Jun 3, 2019 4,235 1,066 218 Aug 14, 2024 #2 IIUC, pass through a physical disk directly to a VM? Not sure if VMware might be doing more, but to pass through a physical disk, you can run: Code: qm set {vmid} --scsiX /dev/disk/by-id/... Instead of --scsiX you can use any other bus type like ide or sata. See https://pve.proxmox.com/pve-docs/qm.1.html for more details. Reactions: go2seeit
IIUC, pass through a physical disk directly to a VM? Not sure if VMware might be doing more, but to pass through a physical disk, you can run: Code: qm set {vmid} --scsiX /dev/disk/by-id/... Instead of --scsiX you can use any other bus type like ide or sata. See https://pve.proxmox.com/pve-docs/qm.1.html for more details.