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 update
sudo apt-get install lvm2
- Raspbian
-
apt-get install lvm2
- Dockerfile
- dockerfile.run/vgchange
- 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