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

17 lines
400 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.ntfs
> 在分区内创建一个 NTFS 文件系统。
> 更多信息:<https://manned.org/mkfs.ntfs>.
- 在设备 b 的分区 1 内创建一个 NTFS 文件系统(`sdb1`
`mkfs.ntfs {{/dev/sdb1}}`
- 创建一个带有卷标签的文件系统:
`mkfs.ntfs -L {{volume_label}} {{/dev/sdb1}}`
- 创建一个带有特定 UUID 的文件系统:
`mkfs.ntfs -U {{UUID}} {{/dev/sdb1}}`