mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
pvcreate: tweaks to descriptions (#1336)
This commit is contained in:
parent
b3654135a8
commit
f7b60eb9c6
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# pvcreate
|
# pvcreate
|
||||||
|
|
||||||
> Initialize a disk or partition for use by LVM (Logical Volume Manager).
|
> Initialize a physical volume (disk or partition) for use by the Logical Volume Manager (LVM).
|
||||||
|
|
||||||
- Initialize `/dev/sda1` to use lvm:
|
- Initialize the `/dev/sda1` volume for use by LVM:
|
||||||
|
|
||||||
`pvcreate {{/dev/sda1}}`
|
`pvcreate {{/dev/sda1}}`
|
||||||
|
|
||||||
- Force the creation without any confirmation:
|
- Force the creation without any confirmation prompts:
|
||||||
|
|
||||||
`pvcreate --force {{/dev/sda1}}`
|
`pvcreate --force {{/dev/sda1}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue