mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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>
511 B
511 B
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}}