GPT PMBR 大小不符解决方法
服务器输入fdisk -l 报GPT PMBR 大小不符(104857599 != 209715199),将用写入予以更正。
The backup GPT table is not on the end of the device. This problem will be corrected by write.
通过采用parted -l就行修复,如下图
修复后,fdisk -l 和parted -l显示均正常,如下图
GPT PMBR 大小不符解决方法
服务器输入fdisk -l 报GPT PMBR 大小不符(104857599 != 209715199),将用写入予以更正。
The backup GPT table is not on the end of the device. This problem will be corrected by write.
通过采用parted -l就行修复,如下图
修复后,fdisk -l 和parted -l显示均正常,如下图