Hallo zusammen,
ich habe hier eine defekte SSD aus einem Windows 10 - PC. Auf der SSD sind noch Daten und ich wollte versuchen, sie wiederherzustellen. Mit einem USB-Adapter ist sie an mein Linux angeschlossen:
dmesg | grep "sdb" [ 2972.392818] sd 2:0:0:0: [sdb] 937703088 512-byte logical blocks: (480 GB/447 GiB) [ 2972.392837] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 2972.393183] sd 2:0:0:0: [sdb] Write Protect is off [ 2972.393193] sd 2:0:0:0: [sdb] Mode Sense: 5f 00 00 08 [ 2972.394983] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2972.395583] sd 2:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes) [ 3003.617442] sd 2:0:0:0: [sdb] tag#28 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN [ 3003.617475] sd 2:0:0:0: [sdb] tag#28 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 [ 3153.370554] sd 2:0:0:0: [sdb] tag#26 timing out command, waited 180s [ 3153.370597] sd 2:0:0:0: [sdb] tag#26 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=180s [ 3153.370610] sd 2:0:0:0: [sdb] tag#26 Sense Key : Not Ready [current] [ 3153.370622] sd 2:0:0:0: [sdb] tag#26 Add. Sense: Logical unit is in process of becoming ready [ 3153.370635] sd 2:0:0:0: [sdb] tag#26 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 [ 3153.370644] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3153.370665] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.691071] sd 2:0:0:0: [sdb] tag#3 uas_zap_pending 0 uas-tag 1 inflight: CMD [ 3234.691084] sd 2:0:0:0: [sdb] tag#3 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 [ 3234.691191] sd 2:0:0:0: [sdb] tag#3 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=81s [ 3234.691198] sd 2:0:0:0: [sdb] tag#3 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 [ 3234.691203] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.691225] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.691479] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.691524] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.691598] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.691608] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.691645] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.691654] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.691692] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.691701] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.691739] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.691747] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.692020] Dev sdb: unable to read RDB block 0 [ 3234.692058] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.692067] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.692105] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.692114] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.692191] blk_update_request: I/O error, dev sdb, sector 24 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.692201] Buffer I/O error on dev sdb, logical block 3, async page read [ 3234.692240] blk_update_request: I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 3234.692248] Buffer I/O error on dev sdb, logical block 0, async page read [ 3234.692299] sdb: unable to read partition table [ 3234.692597] sd 2:0:0:0: [sdb] Read Capacity(16) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK [ 3234.692607] sd 2:0:0:0: [sdb] Sense not available. [ 3234.692631] sd 2:0:0:0: [sdb] Read Capacity(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK [ 3234.692637] sd 2:0:0:0: [sdb] Sense not available. [ 3234.692671] sd 2:0:0:0: [sdb] 0 512-byte logical blocks: (0 B/0 B) [ 3234.692677] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 3234.692709] sdb: detected capacity change from 937703088 to 0 [ 3234.692721] sd 2:0:0:0: [sdb] Attached SCSI disk
Denkt Ihr, dass da noch etwas zu retten ist?
Viele Grüße
Max
Moderiert von schwarzheit:
Dem Spamfilter entrissen.
Moderiert von schwarzheit:
Thema in einen passenden Forenbereich verschoben. Bitte beachte die als wichtig markierten Themen („Welche Themen gehören hier her und welche nicht?“) in jedem Forenbereich. Danke.