logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Vgextend - Extend Volume Groups | Online Free DevTools by Hexmos

Extend volume groups easily with Vgextend, manage physical volumes. Add storage and expand logical volumes with this command. Free online tool, no registration required.

vgextend

Add one or more physical volumes to an existing volume group. More information: https://manned.org/vgextend.

  • Add a physical volume to an existing volume group:

vgextend {{vg1}} {{/dev/sda1}}

  • Add multiple physical volumes to an existing volume group:

vgextend {{vg1}} {{/dev/sda1 /dev/sda2 ...}}