Files
tldr/pages.zh/linux/lvdisplay.md

17 lines
364 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lvdisplay
> 显示有关逻辑卷管理器LVM逻辑卷的信息。
> 另请参见:`lvm`。
> 更多信息:<https://manned.org/lvdisplay>。
- 显示所有逻辑卷的信息:
`sudo lvdisplay`
- 显示卷组 vg1 中所有逻辑卷的信息:
`sudo lvdisplay {{vg1}}`
- 显示卷组 vg1 中逻辑卷 lv1 的信息:
`sudo lvdisplay {{vg1/lv1}}`