commands.sh

vgextend

linux

Add one or more physical volumes to an existing volume group.

More info →

Examples (2)

Add a physical volume to an existing volume group

sudo vgextend vg1 /dev/sda1

Add multiple physical volumes to an existing volume group

sudo vgextend vg1 /dev/sda1 /dev/sda2 ...
made by @shridhargupta | data from tldr-pages