System Grab Bag

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

vgcreate

Create volume groups combining multiple mass-storage devices. See also: lvm. More information: https://man7.org/linux/man-pages/man8/vgcreate.8.html.
  • Create a new volume group called vg1 using the /dev/sda1 device:
    vgcreate {{vg1}} {{/dev/sda1}}
  • Create a new volume group called vg1 using multiple devices:
    vgcreate {{vg1}} {{/dev/sda1}} {{/dev/sdb1}} {{/dev/sdc1}}

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.