mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
15 lines
321 B
Markdown
15 lines
321 B
Markdown
![]() |
# vgdisplay
|
||
|
|
||
|
> Display information about Logical Volume Manager (LVM) volume groups.
|
||
|
> See also: `lvm`
|
||
|
> More information: <https://man7.org/linux/man-pages/man8/vgdisplay.8.html>.
|
||
|
|
||
|
- Display information about all volume groups:
|
||
|
|
||
|
`sudo vgdisplay`
|
||
|
|
||
|
- Display information about volume group vg1:
|
||
|
|
||
|
`sudo vgdisplay {{vg1}}`
|
||
|
|