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

20 lines
438 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.

# findfs
> 通过标签或UUID查找文件系统。
> 更多信息:<https://mirrors.edge.kernel.org/pub/linux/utils/util-linux>。
- 按文件系统标签搜索块设备:
`findfs LABEL={{label}}`
- 按文件系统UUID搜索
`findfs UUID={{uuid}}`
- 按分区标签搜索GPT或MAC分区表
`findfs PARTLABEL={{partition_label}}`
- 按分区UUID搜索仅限GPT分区表
`findfs PARTUUID={{partition_uuid}}`