大于2T的磁盘分区,不再可以使用fdisk,而需要用parted, 制作新分区: #parted /dev/sdb #mklabel gpt #mkpart primary 0% 100% #quit 重新格式化: #mkfs.ext4 /dev/sdb1 多块硬盘分区的脚本