I am attempting to do a vmware to proxmox conversion. The issue I run into is running out of space when trying to copy the raw file.
dd if=A.raw of=/dev/mapper/pve-vm--107--disk--1 bs=1M
This is what I am trying to use to copy the file over.
I have two storage showing up local (100gb) and local-lvm(400gb) From what I can tell the local is where the above command is trying to copy the files on the local storage, but I need to move it to the local-lvm storage.
How can I do this, or am I going about it all wrong.
dd if=A.raw of=/dev/mapper/pve-vm--107--disk--1 bs=1M
This is what I am trying to use to copy the file over.
I have two storage showing up local (100gb) and local-lvm(400gb) From what I can tell the local is where the above command is trying to copy the files on the local storage, but I need to move it to the local-lvm storage.
How can I do this, or am I going about it all wrong.