add new chinese translations
This commit is contained in:
13
pages.zh/linux/pvcreate.md
Normal file
13
pages.zh/linux/pvcreate.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# pvcreate
|
||||
|
||||
> 初始化一个磁盘或分区以用作物理卷。
|
||||
> 另见:`lvm`。
|
||||
> 更多信息:<https://manned.org/pvcreate>。
|
||||
|
||||
- 初始化`/dev/sda1`卷以供LVM使用:
|
||||
|
||||
`pvcreate {{/dev/sda1}}`
|
||||
|
||||
- 强制创建而不进行任何确认提示:
|
||||
|
||||
`pvcreate --force {{/dev/sda1}}`
|
Reference in New Issue
Block a user