linux/k*: add Korean translation (#14708)

This commit is contained in:
코드싸이
2024-11-09 10:42:42 +09:00
committed by GitHub
parent 1df5d0549f
commit b3c1bd3f4e
24 changed files with 580 additions and 0 deletions

16
pages.ko/linux/kpartx.md Normal file
View File

@@ -0,0 +1,16 @@
# kpartx
> 파티션 테이블에서 디바이스 맵 생성.
> 더 많은 정보: <https://manned.org/kpartx>.
- 파티션 매핑 추가:
`kpartx -a {{디스크_전체.img}}`
- 파티션 매핑 삭제:
`kpartx -d {{디스크_전체.img}}`
- 파티션 매핑 나열:
`kpartx -l {{디스크_전체.img}}`