1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
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

13 lines
357 B
Markdown

# 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}}`