1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 18:15:23 +02:00
tldr/pages/linux/vgextend.md
Suraj Devatha b4756445a9
vgextend: add page (#16989)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-06-27 22:21:59 +05:30

12 lines
325 B
Markdown

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