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
-
apt-get install lvm2 - Ubuntu
-
apt-get install lvm2 -
Alpine
-
apk add lvm2 - Arch Linux
-
pacman -S lvm2 - Kali Linux
-
apt-get install lvm2 - CentOS
-
yum install lvm2 - Fedora
-
dnf install lvm2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install lvm2 - Raspbian
-
apt-get install lvm2 - Docker
-
docker run cmd.cat/vgchange vgchangepowered 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