
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/sdctry on your machineexplain this command
-
pvcreate:tldr:18e3f pvcreate: Initialize the `/dev/sda1` volume for use by LVM.$ pvcreate ${-dev-sda1}try on your machineexplain this command
-
pvcreate:tldr:1c3f7 pvcreate: Force the creation without any confirmation prompts.$ pvcreate --force ${-dev-sda1}try on your machineexplain this command