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

View File

@@ -1,17 +1,17 @@
# mkfs
> 在硬盘分区上建一个 Linux 文件系统。
> 命令已被弃,建议使用特定文件系统的 mkfs.<type> 工具。
> 更多信息:<https://manned.org/mkfs>.
> 在硬盘分区上建一个Linux文件系统。
> 命令已被弃建议使用特定文件系统的mkfs.<type>工具。
> 更多信息:<https://manned.org/mkfs>
- 在分区上建一个 Linux ext2 文件系统:
- 在分区上建一个Linux ext2文件系统
`mkfs {{path/to/partition}}`
-指定类型的文件系统:
- 建指定类型的文件系统:
`mkfs -t {{ext4}} {{path/to/partition}}`
-指定类型的文件系统并检查坏块:
- 建指定类型的文件系统并检查坏块:
`mkfs -c -t {{ntfs}} {{path/to/partition}}`
`mkfs -c -t {{ntfs}} {{path/to/partition}}`