tldr/pages.zh/linux/mkfs.cramfs.md

13 lines
331 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# mkfs.cramfs
> 创建一个 ROM 文件系统,放置在分区内。
> 更多信息:<https://manned.org/mkfs.cramfs>.
- 在设备 b 的第 1 个分区内创建一个 ROM 文件系统(`sdb1`
`mkfs.cramfs {{/dev/sdb1}}`
- 创建一个带有卷名的 ROM 文件系统:
`mkfs.cramfs -n {{volume_name}} {{/dev/sdb1}}`