Files
tldr/pages/linux/vgextend.md
T
2025-06-27 22:21:59 +05:30

325 B

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 ...}}