mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 02:22:11 +02:00
13 lines
331 B
Markdown
13 lines
331 B
Markdown
# 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}}`
|