Why raw dd cannot accurately clone LVM thin volumes
Summary Raw dd of a thin logical volume copies logical block contents but cannot replicate LVM thin-pool metadata. Because thin provisioning maintains physical-to-logical mappings in a hidden metadata sub-device, copying the visible volume /dev/pool3/vol without its pool metadata causes the destination to reconstruct its own allocation map. The result is a volume that mounts and … Read more