美文网首页
阿里云磁盘扩容

阿里云磁盘扩容

作者: 古飞_数据 | 来源:发表于2021-12-24 12:59 被阅读0次

从MBR转换到GPT分区
错误提示:

[root@iZuf6 ~]# gdisk /dev/vdd
GPT fdisk (gdisk) version 0.8.10

Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present


Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!


Warning! Secondary partition table overlaps the last partition by
32 blocks!
Try reducing the partition table size by 128 entries.
(Use the 's' item on the experts' menu.)

Command (? for help): w

Warning! Secondary partition table overlaps the last partition by
32 blocks!
Try reducing the partition table size by 128 entries.
(Use the 's' item on the experts' menu.)
Aborting write of new partition table.

原因: 磁盘空间不够,无法转换

相关文章

网友评论

      本文标题:阿里云磁盘扩容

      本文链接:https://www.haomeiwen.com/subject/alplqrtx.html