我正在尝试恢复我的 1To、exFAT 格式的外部硬盘。
我无法在其上运行任何东西,甚至无法安装它,一切都挂在一个点上,我甚至无法使用 Ctrl+C 来完成它,我唯一能做的就是拔掉我的设备。
到目前为止,我一直在尝试运行大量诊断和修复工具来尝试挽救它。按照这个顺序,我尝试了:
- ubuntu 磁盘实用程序
- 磁盘管理
- 分区
- 坏块
- 智能控制
- 清除
唯一给我一些输出的是dmesg
。插入时输出如下(我删除了时间数据以便于阅读):
usb-storage 2-1:1.0: USB Mass Storage device detected
scsi host0: usb-storage 2-1:1.0
scsi 0:0:0:0: Direct-Access WD My Passport 25E1 1021 PQ: 0 ANSI: 6
scsi 0:0:0:1: Enclosure WD SES Device 1021 PQ: 0 ANSI: 6
sd 0:0:0:0: Attached scsi generic sg0 type 0
ses 0:0:0:1: Attached Enclosure device
ses 0:0:0:1: Attached scsi generic sg1 type 13
sd 0:0:0:0: [sda] Spinning up disk...
ses 0:0:0:1: Wrong diagnostic page; asked for 1 got 8
ses 0:0:0:1: Failed to get diagnostic page 0x1
ses 0:0:0:1: Failed to bind enclosure -19
.ready
sd 0:0:0:0: [sda] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08
sd 0:0:0:0: [sda] No Caching mode page found
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 0:0:0:0: [sda] Attached SCSI disk
usb 2-1: reset SuperSpeed Gen 1 USB device number 13 using xhci_hcd
当我尝试挂载(且仅执行挂载操作)磁盘时,我在 dmesg 上看到相当多的内核调用堆栈,但我不确定它们是否有用。
有没有人有(甚至)侵入性较小的磁盘实用程序来获取一些有用的数据?或者当然只是解决我的问题。