tldr/pages/linux/pvdisplay.md
Adam Herst d1f4342a74 pvdisplay: change references to block devices
Use the new notation that has been approved but not merged into the style guide.
2021-03-25 01:07:04 +00:00

357 B

pvdisplay

Display information about Logical Volume Manager (LVM) physical volumes. See also: lvm. More information: https://man7.org/linux/man-pages/man8/pvdisplay.8.html.

  • Display information about all physical volumes:

sudo pvdisplay

  • Display information about the physical volume on drive /dev/sdXY:

sudo pvdisplay {{/dev/sdXY}}