mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
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}}