Files
tldr/pages.zh/linux/pvcreate.md

13 lines
289 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pvcreate
> 初始化一个磁盘或分区以用作物理卷。
> 另见:`lvm`。
> 更多信息:<https://manned.org/pvcreate>。
- 初始化`/dev/sda1`卷以供LVM使用
`pvcreate {{/dev/sda1}}`
- 强制创建而不进行任何确认提示:
`pvcreate --force {{/dev/sda1}}`