
쿠분투 - 새 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 스틱을 성공적으로 설치하려면 어떻게 해야 합니까?