vmdk2proxmox
This is an old revision of the document!
VMDK to Proxmox ZVol
Loosely based on https://dannyda.com/2022/10/15/how-to-convert-qcow2-virtual-disk-to-zfs-zvol-for-vurtual-machine-vm-in-proxmox-ve-pve/
- Unordered List ItemCopy the vmdk to the proxmox machine:
scp unifiController-disk1.vmdk [email protected]:/pool1
- SSH into the proxmox machine and convert the vmdk to a raw disk image
convert -f vmdk /pool1/unifiController-disk1.vmdk -p -O raw /pool1/unifiController.raw ; sync
- Create the VM in Proxmox, making a zvol in the same or greater capacity
vmdk2proxmox.1694878362.txt.gz ยท Last modified: 2024/11/14 02:30 (external edit)