Files
tldr/pages.zh/linux/fatlabel.md

13 lines
237 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fatlabel
> 获取或设置FAT32分区的标签。
> 更多信息:<https://manned.org/fatlabel>。
- 获取FAT32分区的标签
`fatlabel {{/dev/sda1}}`
- 设置FAT32分区的标签
`fatlabel {{/dev/sdc3}} "{{new_label}}"`