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:
20
pages.ko/linux/findfs.md
Normal file
20
pages.ko/linux/findfs.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# findfs
|
||||
|
||||
> 파일시스템을 레이블 또는 UUID로 찾습니다.
|
||||
> 더 많은 정보: <https://mirrors.edge.kernel.org/pub/linux/utils/util-linux>.
|
||||
|
||||
- 파일시스템 레이블로 블록 장치 검색:
|
||||
|
||||
`findfs LABEL={{레이블}}`
|
||||
|
||||
- 파일시스템 UUID로 검색:
|
||||
|
||||
`findfs UUID={{uuid}}`
|
||||
|
||||
- 파티션 레이블로 검색 (GPT 또는 MAC 파티션 테이블):
|
||||
|
||||
`findfs PARTLABEL={{파티션_레이블}}`
|
||||
|
||||
- 파티션 UUID로 검색 (GPT 파티션 테이블 전용):
|
||||
|
||||
`findfs PARTUUID={{파티션_uuid}}`
|
Reference in New Issue
Block a user