Hi,
I very new to Proxmox and am trying to create a VM with .qcow2 file. Can anyone suggest how to do this?
I very new to Proxmox and am trying to create a VM with .qcow2 file. Can anyone suggest how to do this?
qm importdisk <vmid> <source> <storage> [OPTIONS]
Import an external disk image as an unused disk in a VM. The image format has to be supported by qemu-img(1).
<vmid>: <integer> (1 - N)
The (unique) ID of the VM.
<source>: <string>
Path to the disk image to import
<storage>: <string>
Target storage ID
--format <qcow2 | raw | vmdk>
Target format
qm importdisk 100 /path/to/your/qcow2/file local --format qcow2We use essential cookies to make this site work, and optional cookies to enhance your experience.