diff --git a/pages/linux/vgextend.md b/pages/linux/vgextend.md new file mode 100644 index 0000000000..e403833393 --- /dev/null +++ b/pages/linux/vgextend.md @@ -0,0 +1,12 @@ +# vgextend + +> Add one or more physical volumes to an existing volume group. +> More information: . + +- 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 ...}}`