新 USB 记忆棒:备份 GPT 表已损坏,主表显示正常

新 USB 记忆棒:备份 GPT 表已损坏,主表显示正常

Kubuntu - 我无法安装/分区新的 USB 记忆棒

[1] sudo fdisk -l 输出为:

The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Disk /dev/sdb: 61 TiB, 67108864000000 bytes, 16384000000 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 204B6E25-DFG5-5679-B8E8-8657TRTT85C

[2] 与sudo gdisk /dev/sdb/

我得到这个结果:GPT fdisk (gdisk) version 1.0.3

Problem opening /deb/sdb/ for reading! Error is 2.
The specified file does not exist!

[3] sudo sgdisk -e /dev/sdb 出现

Warning! Read error 5; strange behavior now likely!
Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.

Warning! Error 5 reading partition table for CRC check!
Warning! One or more CRCs don't match. You should repair the disk!

****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************
The operation has completed successfully.

[4] 我需要做什么才能解决 GPT 问题并成功安装 USB 记忆棒?

相关内容