Mapping LVM Logical Volumes to Physical Disks
When managing LVM storage, you need to know which physical disks support each logical volume — especially for risk assessment when hardware fails. This guide shows you how to trace those relationships. Using lvdisplay to map extents The lvdisplay command with the –maps flag shows how logical extents map to physical volumes: lvdisplay –maps This…
