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

13 lines
289 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.

# pvdisplay
> 显示关于逻辑卷管理器LVM物理卷的信息。
> 另见:`lvm`。
> 更多信息:<https://manned.org/pvdisplay>。
- 显示所有物理卷的信息:
`sudo pvdisplay`
- 显示驱动器 `/dev/sdXY` 上物理卷的信息:
`sudo pvdisplay {{/dev/sdXY}}`