vgchange

Change the attributes of a Logical Volume Manager (LVM) volume group. See also: lvm. More information: <https://manned.org/vgchange>.

Install

All systems
curl cmd.cat/vgchange.sh
Debian Debian
apt-get install lvm2
Ubuntu
apt-get install lvm2
Alpine
apk add lvm2
Arch Arch Linux
pacman -S lvm2
image/svg+xml Kali Linux
apt-get install lvm2
CentOS
yum install lvm2
Fedora
dnf install lvm2
Windows (WSL2)
sudo apt-get update sudo apt-get install lvm2
Raspbian
apt-get install lvm2
Docker
docker run cmd.cat/vgchange vgchange powered by Commando

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

© tl;dr; authors and contributors