common/z*: add Korean translation (#14520)

This commit is contained in:
코드싸이
2024-11-02 02:58:11 +09:00
committed by GitHub
parent 68b644059f
commit f0c85945c8
47 changed files with 932 additions and 0 deletions

16
pages.ko/common/zdb.md Normal file
View File

@@ -0,0 +1,16 @@
# zdb
> ZFS 디버거.
> 더 많은 정보: <https://manned.org/zdb>.
- 모든 마운트된 ZFS zpool의 상세 설정 보기:
`zdb`
- 특정 ZFS 풀의 상세 설정 보기:
`zdb -C {{풀명}}`
- 블록의 수, 크기 및 중복 제거에 대한 통계 보기:
`zdb -b {{풀명}}`