commands.sh

vgchange

linux

Change the attributes of a Logical Volume Manager (LVM) volume group. See also: `lvm`.

More info →

Options (1)

-a, --activateboolean

Change the activation status of logical volumes in all volume groups

Example: sudo vgchange {{[-a|--activate]}} {{y|n}}

Examples (2)

Change the activation status of logical volumes in all volume groups

sudo vgchange [-a|--activate] y|n

Change the activation status of logical volumes in the specified volume group (determine with `vgscan`)

sudo vgchange [-a|--activate] y|n volume_group
made by @shridhargupta | data from tldr-pages