Display information about Logical Volume Manager (LVM) physical volumes. See also:
lvm
. More information: pvdisplay(8) - Linux manual page.
- Display information about all physical volumes:
sudo pvdisplay
- Display information about the physical volume on drive
/dev/sdXY
:
-sudo pvdisplay {{/dev/sdXY}}