System Grab Bag

View all TLDR pages from Linux (or from all pages)

qm disk import

Import a disk image to a virtual machine as an unused disk. The supported image formats for qemu-img, such as raw, qcow2, qed, vdi, vmdk, and vhd must be used. More information: https://pve.proxmox.com/pve-docs/qm.1.html.
  • Import a VMDK/qcow2/raw disk image using a specific storage name:
    qm importdisk {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.