我的 USB 驱动器已损坏且只读

我的 USB 驱动器已损坏且只读

我遇到一个问题:我的 USB 驱动器(SanDisk)已损坏并标记为只读。

当尝试在终端中安装它时,它会引发以下错误:

Error opening '/dev/sdd1' read-write
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdd1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

在 Windows 上运行chkdsk E: /f结果如下:

The type of the file system is NTFS.
Windows cannot run disk checking on this volume because it is write protected.

在 Windows 上运行chkdsk E:将返回以下内容: https://pastebin.com/BaFsZTz8

我也无法格式化或删除 Windows 和 Ubuntu 上的分区。

有什么建议吗?

相关内容