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