在Linux系统上的大型存储阵列上创建分区(译者注:实际上是对从阵列上划分给系统的LUN分区,系统将每个LUN识别为一个磁盘),会遇到两大常见问题。第一个问题很容易,使用fdisk命令得到的错误信息已经提示了解决问题的办法:
-
WARNING: The size of this disk is 8.0 TB (7970004230144 bytes).
-
DOS partition table format can not be used on drives for volumes
-
larger than (2199023255040 bytes) for 512-byte sectors. Use parted(1) and GUID
-
partition table format (GPT).
译者注:磁盘大小是8TB。DOS分区表格式不能在超过2TB(512个字节的扇区)的卷上使用。请使用parted命令和GUID分区表格式(GPT)