Hi all,
I have been trying to figure out how to import my .raw file virtual machine over to my proxmox server. I converted the file to .raw from a vdi that i was using in virtualbox via qemu. And i copied it to the external drive. And i have the external drive mounted but cant get the file to import into my 104 vm. i setup the same processor and ram amount within the vm. Its a windows server vm.
qm importdisk <vmid> <source> <storage> [OPTIONS]
Import an external disk image as an unused disk in a VM. The image format has to be supported by qemu-img(1).
<vmid>: <integer> (1 - N)
The (unique) ID of the VM.
<source>: <string>
Path to the disk image to import
<storage>: <string>
Target storage ID
--format <qcow2 | raw | vmdk>
Target format
i saw this and i have been trying variations of this and i cannot for the life of me get it to work. My local storage isnt big enough for me to directly move it via win scp. But my main storage has 2.2tb which is enough so i wanted to import it directly into the vm as the main storage not local.
I have been trying to figure out how to import my .raw file virtual machine over to my proxmox server. I converted the file to .raw from a vdi that i was using in virtualbox via qemu. And i copied it to the external drive. And i have the external drive mounted but cant get the file to import into my 104 vm. i setup the same processor and ram amount within the vm. Its a windows server vm.
qm importdisk <vmid> <source> <storage> [OPTIONS]
Import an external disk image as an unused disk in a VM. The image format has to be supported by qemu-img(1).
<vmid>: <integer> (1 - N)
The (unique) ID of the VM.
<source>: <string>
Path to the disk image to import
<storage>: <string>
Target storage ID
--format <qcow2 | raw | vmdk>
Target format
i saw this and i have been trying variations of this and i cannot for the life of me get it to work. My local storage isnt big enough for me to directly move it via win scp. But my main storage has 2.2tb which is enough so i wanted to import it directly into the vm as the main storage not local.