Forrest logo
back to context overview

vgcreate

List of commands for vgcreate:

  • vgcreate:tldr:a732c vgcreate: Create a new volume group called vg1 using multiple devices.
    $ vgcreate ${vg1} ${-dev-sda1} ${-dev-sdb1} ${-dev-sdc1}
    try on your machine
    explain this command
  • vgcreate:tldr:c0c15 vgcreate: Create a new volume group called vg1 using the `/dev/sda1` device.
    $ vgcreate ${vg1} ${-dev-sda1}
    try on your machine
    explain this command
back to context overview