mkfs
在硬盘分区上建立一个 Linux 文件系统。 该命令已被废弃,建议使用特定文件系统的 mkfs. 工具。 更多信息:https://manned.org/mkfs.
mkfs {{path/to/partition}}
mkfs -t {{ext4}} {{path/to/partition}}
mkfs -c -t {{ntfs}} {{path/to/partition}}