engineering:computer_science:homelab:proxmox:passthough_disk_proxmox_vm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
engineering:computer_science:homelab:proxmox:passthough_disk_proxmox_vm [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1engineering:computer_science:homelab:proxmox:passthough_disk_proxmox_vm [2024/08/16 13:56] (current) – ↷ Links adapted because of a move operation carlossousa
Line 1: Line 1:
 +====== Add Disk to Proxmox ======
 +
 +Part of my [[engineering:computer_science:homelab:homelab|HomeLab]] and my [[engineering:computer_science:homelab:proxmox:proxmox|Proxmox]] documentation.
 +
 +Via SSH as root
 +
 +<code bash>
 +qm set VM-ID -sataN /dev/disk/by-id/DISK-ID
 +
 +</code>