lvdisplay
lvdisplay is a command-line utility in the Linux Logical Volume Manager (LVM2) suite used to display the properties and metadata of logical volumes. It provides information about a single logical volume or all volumes in the system, drawing from the LVM metadata stored in volume groups and physical volumes. The tool is part of the LVM2 user-space tools, typically installed with the lvm2 package, and is used for administration, auditing, and troubleshooting.
Output includes identifiers and attributes such as the LV path and name, the associated volume group, the
Usage examples: To display a particular logical volume, run lvdisplay /dev/vgname/lvname. To show information for all
Relation: lvdisplay is one of several LVM2 inspection tools, alongside vgdisplay and pvdisplay, and complements creation