add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# pvremove
> 从物理卷中移除 LVM 标签。
> 更多信息:<https://manned.org/pvremove>。
- 从物理卷中移除 LVM 标签:
`sudo pvremove {{/dev/sdXY}}`
- 在操作过程中显示详细输出:
`sudo pvremove --verbose {{/dev/sdXY}}`
- 在不询问确认的情况下移除 LVM 标签:
`sudo pvremove --yes {{/dev/sdXY}}`
- 强制移除 LVM 标签:
`sudo pvremove --force {{/dev/sdXY}}`
- 以 JSON 格式显示输出:
`sudo pvremove --reportformat json {{/dev/sdXY}}`