mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00

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