diff --git a/pages/linux/pvcreate.md b/pages/linux/pvcreate.md new file mode 100644 index 000000000..de1cfd6f9 --- /dev/null +++ b/pages/linux/pvcreate.md @@ -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}}`