add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/linux/findfs.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`