![새 USB 스틱: 백업 GPT 테이블이 손상되고 기본 테이블이 정상적으로 표시됩니다.](https://linux55.com/image/228203/%EC%83%88%20USB%20%EC%8A%A4%ED%8B%B1%3A%20%EB%B0%B1%EC%97%85%20GPT%20%ED%85%8C%EC%9D%B4%EB%B8%94%EC%9D%B4%20%EC%86%90%EC%83%81%EB%90%98%EA%B3%A0%20%EA%B8%B0%EB%B3%B8%20%ED%85%8C%EC%9D%B4%EB%B8%94%EC%9D%B4%20%EC%A0%95%EC%83%81%EC%A0%81%EC%9C%BC%EB%A1%9C%20%ED%91%9C%EC%8B%9C%EB%90%A9%EB%8B%88%EB%8B%A4..png)
쿠분투 - 새 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) 버전 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 스틱을 성공적으로 설치하려면 어떻게 해야 합니까?