linux 硬盘分区 MBR fdisk 最多分区2048G,超过这个大小就分区不了。
fdisk: device has more than 2^32 sectors, can't use all of them。
只能使用gdisk工具来分区,如何看一个磁盘的分区方法fdisk -l 如果结尾带GPT则是可以使用gdisk工具来分区。
fdisk: device has more than 2^32 sectors, can't use all of them。
只能使用gdisk工具来分区,如何看一个磁盘的分区方法fdisk -l 如果结尾带GPT则是可以使用gdisk工具来分区。