mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 20:26:05 +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>
12 lines
280 B
Markdown
12 lines
280 B
Markdown
# fatlabel
|
|
|
|
> FAT32 파티션의 레이블을 가져오거나 설정.
|
|
> 더 많은 정보: <https://manned.org/fatlabel>.
|
|
|
|
- FAT32 파티션의 레이블 가져오기:
|
|
|
|
`fatlabel {{/dev/sda1}}`
|
|
|
|
- FAT32 파티션의 레이블 설정:
|
|
|
|
`fatlabel {{/dev/sdc3}} "{{새_레이블}}"`
|