mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
b4756445a9
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
325 B
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 ...}}