新 USB 硬碟上的輸入/輸出錯誤

新 USB 硬碟上的輸入/輸出錯誤

我有一個全新的東芝 USB 硬碟。嘗試在我的 Raspberry Pi 3 上格式化時出錯並返回輸入/輸出錯誤,因此我使用 Windows 上的工具將其設為 ext4。現在我已經重新連接了驅動器,它仍然從簡單的 mkdir 和 ls 返回錯誤(帶或不帶 sudo)

stijn@raspberrypi:/mnt/mv $ mkdir documents
mkdir: cannot create directory ‘documents’: Input/output error
stijn@raspberrypi:/mnt/mv $ ls
ls: reading directory '.': Input/output error

注意:我連接到 Pi 的 USB SSD 工作正常,但另一個(儘管較舊)USB HDD 有很多問題並且完全無法讀取,但在其他設備上仍然工作正常。

相關內容