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

16 lines
395 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.

# mke2fs
> 在分区内创建一个Linux文件系统。
> 更多信息:<https://manned.org/mke2fs>。
- 在设备b的第1个分区`sdb1`中创建ext2文件系统
`mkfs.ext2 {{/dev/sdb1}}`
- 在设备b的第1个分区`sdb1`中创建ext3文件系统
`mkfs.ext3 {{/dev/sdb1}}`
- 在设备b的第1个分区`sdb1`中创建ext4文件系统
`mkfs.ext4 {{/dev/sdb1}}`