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

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

# vgchange
> 更改逻辑卷管理器LVM卷组的属性。
> 另见:`lvm`。
> 更多信息:<https://manned.org/vgchange>。
- 更改所有卷组中逻辑卷的激活状态:
`sudo vgchange --activate {{y|n}}`
- 更改指定卷组中逻辑卷的激活状态(通过 `vgscan` 确定):
`sudo vgchange --activate {{y|n}} {{volume_group}}`