pvcreate
pvcreate initializes a Physical Volume for later use by the Logical Volume Manager (LVM). Each Physical Volume can be a disk partition, whole disk, meta device, or loopback file.[1]
Documentation
- man 8 'pvcreate' [EN]
Syntax
pvcreate [PARAMETER ...] VOLUME [VOLUME ...]
Parameters
- -f, --force
- Force the creation without any confirmation. You can not recreate (reinitialize) a physical volume belonging to an existing volume group. In an emergency you can override this behaviour with -ff.
References
- ↑ man 8 'pvcreate'