mkfs*: add Chinese translation (#12586)
* mkfs*: add Chinese translation --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com> Co-authored-by: Ein Verne <git@einverne.info>
This commit is contained in:
12
pages.zh/linux/mkfs.ext4.md
Normal file
12
pages.zh/linux/mkfs.ext4.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# mkfs.ext4
|
||||
|
||||
> 在分区内创建一个 ext4 文件系统。
|
||||
> 更多信息:<https://manned.org/mkfs.ext4>.
|
||||
|
||||
- 在设备 b 的分区 1 内创建一个 ext4 文件系统(`sdb1`):
|
||||
|
||||
`sudo mkfs.ext4 {{/dev/sdb1}}`
|
||||
|
||||
- 创建一个带有卷标签的 ext4 文件系统:
|
||||
|
||||
`sudo mkfs.ext4 -L {{volume_label}} {{/dev/sdb1}}`
|
Reference in New Issue
Block a user