PVDisplay - Display LVM Physical Volumes | Online Free DevTools by Hexmos
Display LVM physical volumes with pvdisplay. Manage and inspect physical volumes in Linux environments. Free online tool, no registration required.
pvdisplay
Display information about Logical Volume Manager (LVM) physical volumes. See also:
lvm
. More information: https://manned.org/pvdisplay.
- Display information about all physical volumes:
sudo pvdisplay
- Display information about the physical volume on drive
/dev/sdXY
:
sudo pvdisplay {{/dev/sdXY}}