mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
lvdisplay: add brief info example (#17778)
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
# lvdisplay
|
||||
|
||||
> Display information about Logical Volume Manager (LVM) logical volumes.
|
||||
> See also: `lvm`.
|
||||
> See also: `lvm`, `lvs`.
|
||||
> More information: <https://manned.org/lvdisplay>.
|
||||
|
||||
- Display information about all logical volumes:
|
||||
|
||||
`sudo lvdisplay`
|
||||
|
||||
- Display the information in a short format (same as running `lvs`):
|
||||
|
||||
`sudo lvdisplay {{[-C|--columns]}}`
|
||||
|
||||
- Display information about all logical volumes in volume group vg1:
|
||||
|
||||
`sudo lvdisplay {{vg1}}`
|
||||
|
||||
Reference in New Issue
Block a user