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

28
pages.ko/linux/findmnt.md Normal file
View File

@@ -0,0 +1,28 @@
# findmnt
> 파일 시스템을 찾습니다.
> 더 많은 정보: <https://manned.org/findmnt>.
- 모든 마운트된 파일 시스템 나열:
`findmnt`
- 디바이스 검색:
`findmnt {{/dev/sdb1}}`
- 마운트 지점 검색:
`findmnt {{/}}`
- 특정 유형의 파일 시스템 찾기:
`findmnt -t {{ext4}}`
- 특정 레이블이 있는 파일 시스템 찾기:
`findmnt LABEL={{BigStorage}}`
- 마운트 테이블 내용을 자세히 확인하고 `/etc/fstab` 검증:
`findmnt --verify --verbose`