How to acces to lvm-thin storage

mccharlet

Renowned Member
Jul 7, 2009
44
0
71
Hi,

I need to copy the raw disk to an other server for testing, but i don't know hot to access to the lvm-thin storage to access to the LXC raw disk

Thanks for your help
 
It's a block device. So something like copying the blocks of that LV (/dev/pve/thinVolumeName) using dd to an image file or target block device.