Centos 6 10TB 非启动驱动器“警告分区未对齐 3072 字节”,我该如何修复?

Centos 6 10TB 非启动驱动器“警告分区未对齐 3072 字节”,我该如何修复?

我非常小心地安装和浏览格式指南,但在磁盘分析器中它显示以下内容?

在此输入图像描述

我如何解决它?它不是启动驱动器,所以我知道我可以从 CLI 命令?

先感谢您。

我在谷歌上搜索了一个答案,他们向几个提出相同问题的人提供了答案,但没有直接答案。

 fdisk -l /dev/sdb

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 10000.8 GB, 10000831348736 bytes
255 heads, 63 sectors/track, 1215865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1      267350  2147483647+  ee  GPT
Partition 1 does not start on physical sector boundary.
fdisk -l /dev/sdb

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 10000.8 GB, 10000831348736 bytes
255 heads, 63 sectors/track, 1215865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1      267350  2147483647+  ee  GPT
Partition 1 does not start on physical sector boundary.
[root@server ~]# gdisk -l /dev/sdb
-bash: gdisk: command not found

相关内容