System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.