mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
d1f4342a74
Use the new notation that has been approved but not merged into the style guide.
357 B
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}}