새 USB가 실패함

새 USB가 실패함

새로운 32Gb USB이지만 연결하면 5.5kb만 표시됩니다. 따라서 파티션 테이블을 만들 수 없습니다.

수리가 가능한지, 아니면 전손인지 알고 싶습니다.

커널 5.7.9-1로 Manjaro를 실행하고 있습니다.

출력 sudo dd if=/dev/zero of=/dev/sda bs=1M:

dd: error writing '/dev/sda': No space left on device
1+0 records in
0+0 records out
5632 bytes (5.6 kB, 5.5 KiB) copied, 1.65556 s, 3.4 kB/s

이 게시물의 몇 가지 제안을 시도했습니다.마운트: 잘못된 파일 시스템 유형, 잘못된 옵션, 잘못된 슈퍼블록 내 시스템의 USB는 /dev/sda이고 여기에 파티션이 없습니다(/dev/sda1 없음).

fsck -N /dev/sda출력 실행

fsck from util-linux 2.35.2
[/usr/bin/fsck.ext2 (1) -- /dev/sda] fsck.ext2 /dev/sda

그래서 시도했는데 fsck.ext2 -v /dev/sdc1잘못된 슈퍼블록 메시지를 받았습니다.

달리기는 mke2fs -n /dev/sa1다음을 유발할 수 있습니다.

mke2fs 1.45.6 (20-Mar-2020)
/dev/sda contains `ISO-8859 text, with very long lines, with no line terminators' data
Proceed anyway? (y,N)

내가 "y"라고 말하면/dev/sda: Not enough space to build proposed filesystem while setting up superblock


또한 gdisk /dev/sda모든 파티션 테이블이 "존재하지 않음"을 볼 수 있는 곳에서 실행을 시도하고 "디스크 확인"("v" 옵션)을 사용하여 다음과 같은 결과를 얻었습니다.

Problem: GPT claims the disk is larger than it is! (Claimed last usable
sector is 18446744073709551593, but backup header is at
10 and disk size is 11 sectors.

변경사항을 작성하려고 하면 오류가 발생합니다.

Unable to save backup partition table! Perhaps the 'e' option on the expertsmenu will resolve this problem
The 'e' option on the experts menu will probably fix this problem

내가 그것을 작동시킬 기회가 있습니까?

감사드리며 미리 감사드립니다.

답변1

출력 결과 에 따르면 dd플래시 드라이브가 완전히 손상되었습니다. RMA 아니면 버리세요.

관련 정보