linux/f*: add Korean translation (#14703)

* linux/f*: add Korean translation

* finch: fix Korean tranlsation

* Update pages.ko/linux/fprintd-verify.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 13:26:42 +09:00
committed by GitHub
parent 50ba22c4b1
commit 6acaad1270
39 changed files with 895 additions and 0 deletions

17
pages.ko/linux/fstrim.md Normal file
View File

@@ -0,0 +1,17 @@
# fstrim
> 마운트된 파일 시스템에서 사용되지 않는 블록을 삭제합니다.
> SSD 및 microSD 카드와 같은 플래시 메모리 장치에서만 지원됩니다.
> 더 많은 정보: <https://manned.org/fstrim>.
- 지원되는 모든 마운트된 파티션의 사용되지 않는 블록 삭제:
`sudo fstrim --all`
- 지정된 파티션의 사용되지 않는 블록 삭제:
`sudo fstrim {{/}}`
- 삭제 후 통계 표시:
`sudo fstrim --verbose {{/}}`