mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 19:35:27 +02:00
qm-disk-import: add Spanish translation (#14646)
This commit is contained in:
parent
4fcdc19f06
commit
6bc8cc4646
1 changed files with 9 additions and 0 deletions
9
pages.es/linux/qm-disk-import.md
Normal file
9
pages.es/linux/qm-disk-import.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# qm disk import
|
||||
|
||||
> Importa una imagen de disco a una máquina virtual como un disco sin utilizar.
|
||||
> Los formatos de imagen que `qemu-img` soporta son: raw, qcow2, qed, vdi, vmdk, y vhd.
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Importa una imagen de disco VMDK/qcow2/raw usando un nombre de almacenamiento específico:
|
||||
|
||||
`qm importdisk {{vm_id}} {{ruta/al/disco}} {{nombre_del_disco}} --format {{qcow2|raw|vmdk}}`
|
Loading…
Add table
Reference in a new issue