mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 02:55:33 +02:00
vgextend: add page (#16989)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
f21bc57cdf
commit
b4756445a9
1 changed files with 12 additions and 0 deletions
12
pages/linux/vgextend.md
Normal file
12
pages/linux/vgextend.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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 ...}}`
|
Loading…
Add table
Reference in a new issue