mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
232 B
232 B
pvcreate
Initialize a disk or partition for use by LVM (Logical Volume Manager).
- Initialize
/dev/sda1
to use lvm:
pvcreate {{/dev/sda1}}
- Force the creation without any confirmation:
pvcreate --force {{/dev/sda1}}