G GrahamBrown New Member Oct 27, 2021 1 0 1 Oct 27, 2021 #1 I have taken some backups in vhd format. Will these mount either in a vm or container. Not sure if i have to create an iso in macrium reflect instead.
I have taken some backups in vhd format. Will these mount either in a vm or container. Not sure if i have to create an iso in macrium reflect instead.
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 803 118 Oct 28, 2021 #2 hi, you can convert the vhd file to qcow2 using qemu-img convert: Code: qemu-img convert -f vpc -O qcow2 your-disk.vhd output-disk.qcow2 Reactions: GrahamBrown
hi, you can convert the vhd file to qcow2 using qemu-img convert: Code: qemu-img convert -f vpc -O qcow2 your-disk.vhd output-disk.qcow2
G gjkrisa New Member Apr 2, 2023 28 1 3 May 1, 2023 #3 if on windows how to I get my .vhd to Proxmox? my samba server is a container
O oscarchd New Member Feb 1, 2023 1 1 3 Jun 30, 2023 #4 gjkrisa said: if on windows how to I get my .vhd to Proxmox? my samba server is a container Click to expand... you can try winscp to sftp and transfer the file into ur proxmox Reactions: gjkrisa
gjkrisa said: if on windows how to I get my .vhd to Proxmox? my samba server is a container Click to expand... you can try winscp to sftp and transfer the file into ur proxmox