Forrest logo
back to context overview

pvcreate

List of commands for pvcreate:

  • pvcreate:ai:6e941 Create a physical volume using /dev/sdc as the target device by using the pvcreate command.
    $ pvcreate /dev/sdc
    try on your machine
    explain this command
  • pvcreate:tldr:18e3f pvcreate: Initialize the `/dev/sda1` volume for use by LVM.
    $ pvcreate ${-dev-sda1}
    try on your machine
    explain this command
  • pvcreate:tldr:1c3f7 pvcreate: Force the creation without any confirmation prompts.
    $ pvcreate --force ${-dev-sda1}
    try on your machine
    explain this command
back to context overview