ddrescue:ソートされていない読み取りエラーです。セクタサイズは正しいですか?

ddrescue:ソートされていない読み取りエラーです。セクタサイズは正しいですか?

ddrescue失敗したSSDから生データを回復するためにGNUを使用しようとしています。システムはDebian Stretchです。


これまで私は以下を得ました。

dmesg

[Sun Sep  8 15:04:20 2019] sd 7:0:0:0: [sdd] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[Sun Sep  8 15:04:20 2019] sd 7:0:0:0: [sdd] Write Protect is off
[Sun Sep  8 15:04:20 2019] sd 7:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[Sun Sep  8 15:04:20 2019] sd 7:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Sun Sep  8 15:04:51 2019] sd 7:0:0:0: [sdd] Attached SCSI disk
[Sun Sep  8 15:06:43 2019] sd 7:0:0:0: [sdd] tag#19 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[Sun Sep  8 15:06:43 2019] sd 7:0:0:0: [sdd] tag#19 CDB: ATA command pass through(16) 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00
[Sun Sep  8 15:06:44 2019] sd 7:0:0:0: [sdd] tag#21 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[Sun Sep  8 15:06:44 2019] sd 7:0:0:0: [sdd] tag#21 CDB: ATA command pass through(16) 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00
[Sun Sep  8 15:09:49 2019] sd 7:0:0:0: [sdd] tag#2 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[Sun Sep  8 15:09:49 2019] sd 7:0:0:0: [sdd] tag#2 CDB: Read(10) 28 00 00 00 00 00 00 00 20 00
[Sun Sep  8 15:09:49 2019] print_req_error: I/O error, dev sdd, sector 0
...

容量

したがって、我々は240057409536セクタの容量を持っています。

もともと確認されたようにfdisk(これ以上アクセスできなくなりました):

468862128 512バイト論理ブロック: (240GB/224GiB)


私が試したこと:

  • fdisk

    このツールを初めて実行したとき、上記のようないくつかの重要な情報が出力されました。 2番目の通貨:

    # fdisk /dev/sdd
    
    Welcome to fdisk (util-linux 2.33.1).
    Changes will remain in memory only, until you decide to write them.
    Be careful before using the write command.
    
    fdisk: cannot open /dev/sdd: No such file or directory
    

    今経験しているのとほぼsfdisk同じエラーが発生しますtestdisk

  • ls

    brw-rw---- 1 root disk 8, 48 Sep  8 16:40 /dev/sdd
    

    したがって、そのデバイスはまだ存在します。

  • 数学

    468862128クラスタ*512セクタサイズ=240057409536初期検出セクタdmesg

  • gdisk

    GPT fdisk (gdisk) version 1.0.3
    
    Problem reading disk in BasicMBRData::ReadMBRData()!
    Warning! Read error 22; strange behavior now likely!
    Warning! Read error 22; strange behavior now likely!
    Partition table scan:
      MBR: MBR only
      BSD: not present
      APM: not present
      GPT: not present
    
    ***************************************************************
    Found invalid GPT and valid MBR; converting MBR to GPT format
    in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
    typing 'q' if you don't want to convert your MBR partitions
    to GPT format!
    ***************************************************************
    
    Command (? for help): p
    
    Disk /dev/sdd: 0 sectors, 0 bytes
    Model: SATAFIRM   S11  
    Sector size (logical/physical): 512/512 bytes
    Disk identifier (GUID): B93E2FDE-39F0-4015-AEC9-96A76520F547
    Partition table holds up to 128 entries
    Main partition table begins at sector 2 and ends at sector 33
    First usable sector is 34, last usable sector is 18446744073709551582
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 0 sectors (0 bytes)
    
    Command (? for help): x
    
    Expert command (? for help): o
    
    Disk size is 0 sectors (0 bytes)
    MBR disk identifier: 0x00000000
    MBR partitions:
    
    Number  Boot  Start Sector   End Sector   Status      Code
       1                     1   4294967295   primary     0xEE
    
  • 牛に似た一種の栄養ddrescue

    私のテストは次のように実行されます。

    ddrescue -d -f -r3 -R --sector-size=512 --size=240057409536  /dev/sdd /dev/null
    

    以下を提供します。

    GNU ddrescue 1.23
    Press Ctrl-C to interrupt
         ipos:  240057 MB, non-trimmed:        0 B,  current rate:       0 B/s
         opos:  240057 MB, non-scraped:        0 B,  average rate:       0 B/s
    non-tried:  240057 MB,  bad-sector:        0 B,    error rate:       0 B/s
      rescued:        0 B,   bad areas:        0,        run time:          0s
    pct rescued:    0.00%, read errors:        0,  remaining time:         n/a
                                  time since last successful read:         n/a
    Copying non-tried blocks... Pass 1 (backwards)
    Unaligned read error. Is sector size correct?
    

ここで私は次に何をすべきかわかりません。


すべての提案を歓迎します。


PS:Windows 10パーティションがあります。 (ユーザーはEFI以外のものからアップグレードしているかどうかはわかりません。)


gdisk#2 開始直後正確なサイズ表示:

Disk /dev/sdd: 468862128 sectors, 223.6 GiB
Model: SATAFIRM   S11  
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 476B6FD3-31DC-448B-834A-1E7F4ED18673
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 468862061 sectors (223.6 GiB)

この状態が数分または数分後に消える理由と方法がわかりません。

ベストアンサー1

ドライブ名の重要性を認識できませんでした。

スターラギードS11


数回の検索の最後にSSDドライブを回復する方法があるかもしれませんが、データを回復できない可能性があることがわかりました。

このプログラムは、いくつかの問題のために保護モードに入ったSmartbuy Revival2、Kingston A400などのPhison 3111(S11)コントローラのディスク状態を復元するように設計されています。

+

データ、回復が成功した場合破壊される


ソース: Tom's Hardware

おすすめ記事