Files
tldr/pages.zh/linux/mkfs.xfs.md

12 lines
299 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.

# mkfs.xfs
> 在分区中创建一个XFS文件系统。
> 更多信息:<https://manned.org/mkfs.xfs>。
- 在设备(`X`的分区1中创建一个XFS文件系统
`sudo mkfs.xfs {{/dev/sdX1}}`
- 使用卷标创建一个XFS文件系统
`sudo mkfs.xfs -L {{volume_label}} {{/dev/sdX1}}`