Retrieving lvm-local data

davidren

New Member
Oct 25, 2022
1
0
1
Hello,

Could someone guide me through on how to retrieve vm-disks from my local-lvm. (if it's possible
My filesystem is unable to boot anymore after a resize, it says "the filesystem size (according to the superblock) is 464699392 blocks, the physical size of the device is 45268992" after running fsck, I have been unable to resolve this problem. I can still see the vm-disks with the lsblk command.
Thanks in advance!
 
Hi,
since they show up with lsblk, I assume that activation of the LVs was successful. You should be able to access the disks as raw (virtual) block devices via device links in /dev/mapper/ or /dev/pve. You can use qemu-img convert or simply cp to copy them somewhere else.