fdisk /dev/sdb 创建分区 fdisk -l /dev/sdb 查看分区的详细信息 mkfs.ext4 /dev/sdb mkfs -t ext3 /dev/sdb lsblk -f 查看分区文件系统类型 fdisk