1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/vgchange.md

14 lines
425 B
Markdown
Raw Normal View History

2021-06-25 15:49:56 -04:00
# vgchange
> Change the attributes of a Logical Volume Manager (LVM) volume group.
> See also: `lvm`.
> More information: <https://manned.org/vgchange>.
- Change the activation status of logical volumes in all volume groups:
`sudo vgchange --activate {{y|n}}`
- Change the activation status of logical volumes in the specified volume group (determine with `vgscan`):
`sudo vgchange --activate {{y|n}} {{volume_group}}}`