mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 06:01:19 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/vgextend
Normal file
17
tldr/linux/vgextend
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ...}}`
|
||||
Reference in New Issue
Block a user