Skip to content

Commit

Permalink
pvcreate: add page (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgcr authored and agnivade committed Feb 21, 2017
1 parent 51318c0 commit 0e099fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/linux/pvcreate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# pvcreate

> Initialize a disk or partition for use by LVM (Logical Volume Manager).
- Initialize `/dev/sda1` to use lvm:

`pvcreate {{/dev/sda1}}`

- Force the creation without any confirmation:

`pvcreate --force {{/dev/sda1}}`

0 comments on commit 0e099fc

Please sign in to comment.