linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# pvcreate
> 디스크 또는 파티션을 물리적 볼륨으로 초기화합니다.
> 같이 보기: `lvm`.
> 더 많은 정보: <https://manned.org/pvcreate>.
- LVM에서 사용할 수 있도록 `/dev/sda1` 볼륨 초기화:
`pvcreate {{/dev/sda1}}`
- 확인 프롬프트 없이 강제로 생성:
`pvcreate --force {{/dev/sda1}}`