libyal / libvslvm

Library and tools to access the Linux Logical Volume Manager (LVM) volume system format
GNU Lesser General Public License v3.0
28 stars 11 forks source link

Add support for volume group with thin-pool #11

Open aarontp opened 3 years ago

aarontp commented 3 years ago

I'm not sure how prevalent these volume types are, so I can't comment on the priority here, but here is a related bug for an unsupported LVM type: https://github.com/google/turbinia/issues/790

joachimmetz commented 3 years ago

Is this similar to https://github.com/libyal/libvslvm/issues/9 ? Or is this a raid LVM configuration on a single physical volume?

joachimmetz commented 3 years ago

Looks like a volume group with a "thin-pool"

https://www.man7.org/linux/man-pages/man7/lvmthin.7.html

joachimmetz commented 3 years ago

Note to self, extend https://github.com/dfirlabs/lvm-specimens with thin-pool specimens