2021-03-11 19:39:51 +00:00
|
|
|
# pvdisplay
|
|
|
|
|
|
|
|
> Display information about Logical Volume Manager (LVM) physical volumes.
|
2021-03-11 19:56:57 +00:00
|
|
|
> See also: `lvm`.
|
2021-03-11 19:39:51 +00:00
|
|
|
> More information: <https://man7.org/linux/man-pages/man8/pvdisplay.8.html>.
|
|
|
|
|
|
|
|
- Display information about all physical volumes:
|
|
|
|
|
|
|
|
`sudo pvdisplay`
|
|
|
|
|
2021-03-24 20:59:31 +00:00
|
|
|
- Display information about the physical volume on drive `/dev/sdXY`:
|
2021-03-11 19:39:51 +00:00
|
|
|
|
2021-03-24 20:59:31 +00:00
|
|
|
`sudo pvdisplay {{/dev/sdXY}}`
|