全新 USB 故障

全新 USB 故障

全新的 32 Gb USB,但當我插入時,我只能看到 5.5 kb。所以,我無法在其上建立任何分區表。

我想知道是否可以修復,或者是否完全損失。

我正在運行 Manjaro,內核為 5.7.9-1

輸出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

我在這篇文章中嘗試了一些建議mount:錯誤的檔案系統類型、錯誤的選項、錯誤的超級區塊 在我的系統中,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 或將其丟棄。

相關內容