System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.