1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 19:15:42 +02:00
tldr/pages/linux/qm-disk-import.md
2025-07-21 18:30:12 +03:00

9 lines
409 B
Markdown

# 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 disk import {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`