vgcreate: add page (#1269)
This commit is contained in:

committed by
Agniva De Sarker

parent
a7127f16eb
commit
51318c0996
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}}`
|
Reference in New Issue
Block a user