User Tools

Site Tools


computing:proxmux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:proxmux [2023/12/23 22:24] oemb1905computing:proxmux [2023/12/24 04:44] oemb1905
Line 14: Line 14:
  
   qm importdisk 500 hub.jonathanhaack.com.qcow2 <dataset>   qm importdisk 500 hub.jonathanhaack.com.qcow2 <dataset>
-  qm set 500 --scsi0 vms:vm-500-disk-0+  qm set 500 --scsi0 vms:vm-500-disk-0 [sets boot order to make this primary]
      
-These commands bring in the image block by blockand then re-assign the virtual disk that VM 500 uses to the image you just brought ininstead of the placeholder image you created in the GUI during the step prior. In order to export a VM at the command line, execute:+Alternatelyif you just want to attach a raw image fileor VDD, to an existing proxmox VM, just do the following: 
 + 
 +  qm importdisk <vmid> obstorage.img <dataset> 
 +   
 +After that, you can add storage in hardware within the VM settings to attach this image. In order to export a VM at the command line, execute:
  
   vzdump <vmID>   vzdump <vmID>