Linux 命令行判断GPT和MBR分区
最后更新于
parted -l[root@hezhiqiang ~]# parted /dev/sdb
(parted)mktable
New disk label type? msdos
Warning: The existing disk label on /dev/sdb will be destroyed and all data on
this disk will be lost. Do you want to continue?
Yes/No?Yesparted /dev/sdb mklabel msdos -s #转换成mbr格式parted /dev/sdb mklabel gpt -s #转化成gpt格式