VGChange - Control LVM Volume Groups | Online Free DevTools by Hexmos
Control Linux LVM volume groups with VGChange. Activate/deactivate logical volumes and manage disk space allocation efficiently. Free online tool, no registration required.
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 {{[-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}}