mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
vgcreate: add page (#1269)
This commit is contained in:
parent
a7127f16eb
commit
51318c0996
1 changed files with 11 additions and 0 deletions
11
pages/linux/vgcreate.md
Normal file
11
pages/linux/vgcreate.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# vgcreate
|
||||
|
||||
> Create a volume group.
|
||||
|
||||
- Create a new volume group called vg1 using `/dev/sda1`:
|
||||
|
||||
`vgcreate {{vg1}} {{/dev/sda1}}`
|
||||
|
||||
- Create a new volume group called vg1 using multiple devices:
|
||||
|
||||
`vgcreate {{vg1}} {{/dev/sda1}} {{/dev/sdb1}} {{/dev/sdc1}}`
|
Loading…
Add table
Reference in a new issue