mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:26:00 +02:00
15 lines
353 B
Markdown
15 lines
353 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 {{/dev/sda1}}:
|
||
|
|
||
|
`sudo pvdisplay {{/dev/sda1}}`
|
||
|
|