Browse Source

vgcreate: add page (#1269)

Rogelio Cedillo 8 năm trước cách đây
mục cha
commit
51318c0996
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      pages/linux/vgcreate.md

+ 11 - 0
pages/linux/vgcreate.md

@@ -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}}`