mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
13 lines
295 B
Markdown
13 lines
295 B
Markdown
# vgdisplay
|
|
|
|
> Display information about Logical Volume Manager (LVM) volume groups.
|
|
> See also: `lvm`.
|
|
> More information: <https://manned.org/vgdisplay>.
|
|
|
|
- Display information about all volume groups:
|
|
|
|
`sudo vgdisplay`
|
|
|
|
- Display information about volume group vg1:
|
|
|
|
`sudo vgdisplay {{vg1}}`
|