Skip to content

Latest commit

History

History
13 lines (8 loc) 路 340 Bytes

pvcreate.md

File metadata and controls

13 lines (8 loc) 路 340 Bytes

pvcreate

Initialize a disk or partition for use as a physical volume. See also: lvm. More information: https://man7.org/linux/man-pages/man8/pvcreate.8.html.

  • Initialize the /dev/sda1 volume for use by LVM:

pvcreate {{/dev/sda1}}

  • Force the creation without any confirmation prompts:

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