linux 删除gpt,删除GPT-默认返回MBR

发布于:2023-05-01 ⋅ 阅读:(315) ⋅ 点赞:(0)

使用 gdisk /dev/sda

注意: /dev/sda对于询问此问题但将其更改为您的驱动器名称的人而言。

一旦进入gdisk,请使用:

x extra functionality (experts only)

然后,当您键入p以查看所有选项时,您将看到以下内容:

Expert command (? for help): ?

a set attributes

c change partition GUID

d display the sector alignment value

e relocate backup data structures to the end of the disk

g change disk GUID

h recompute CHS values in protective/hybrid MBR

i show detailed information on a partition

l set the sector alignment value

m return to main menu

n create a new protective MBR

o print protective MBR data

p print the partition table

q quit without saving changes

r recovery and transformation options (experts only)

s resize partition table

t transpose two partition table entries

u Replicate partition table on new device

v verify disk

w write table to disk and exit

z zap (destroy) GPT data structures and exit

? print this menu

使用 z

Expert command (? for help): z

About to wipe out GPT on /dev/xvdf. Proceed? (Y/N): Y

GPT data structures destroyed! You may now partition the disk using fdisk or

other utilities.

Blank out MBR? (Y/N): Y