Aggiungere un disco fisico ad una macchina virtuale Proxmox

From RVM Wiki
Revision as of 15:01, 21 October 2014 by Gabriele.vivinetto (talk | contribs) (Created page with "Per collegare un disco o partizione fisica ad una VM proxmox: * spegnere la VM * dalla macchina proxmox eseguire sudo qm set <vmid> -ide# /dev/device * Ad esempio per aggiun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Per collegare un disco o partizione fisica ad una VM proxmox:

  • spegnere la VM
  • dalla macchina proxmox eseguire
sudo qm set <vmid> -ide# /dev/device
  • Ad esempio per aggiungere alla macchna 101 nel canale ide 0 il disco dell'host proxmox sdc
sudo qm set 101 -ide0 /dev/sdc

Riferimenti

*add physical disks to linux guest (kvm)