ProxMox Advanced Course: Difference between revisions

From PedrosBrainDump
Created page with "== Importing disks images from other virtualizers == qm importdisk <vm id> <disk image> <storage pool> (e.g.) qm importdisk 101 disk.vhd local"
 
No edit summary
 
Line 3: Line 3:
(e.g.)
(e.g.)
  qm importdisk 101 disk.vhd local
  qm importdisk 101 disk.vhd local
this will import the 'disk.vhd' into the vm 101 using the storage pool 'local'.

Latest revision as of 00:36, 16 November 2024

Importing disks images from other virtualizers

qm importdisk <vm id> <disk image> <storage pool>

(e.g.)

qm importdisk 101 disk.vhd local

this will import the 'disk.vhd' into the vm 101 using the storage pool 'local'.