Local and local-lvm

Moosetracks

New Member
Sep 17, 2018
15
0
1
51
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.
 
Hi,

try with "qemu-img convert".
 
I was able to do the qemu-img convert. However I can't move that file over because I run out of space. How can I copy over to the "local-lvm" storage vs the "local"