Data-Recovery

Unable to access ‘MyDevice’ An operation is already pending 安裝 SSD 時出現錯誤消息

  • January 29, 2022

我的外部 SSD 過去常常無縫安裝,直到最近發生事件。此後,SSD 被系統辨識,但在嘗試掛載時,顯示以下錯誤消息:“無法訪問“MyDevice”操作已掛起”。fdisk -l輸出

Device      Start        End    Sectors  Size Type
/dev/sdb1      34     262177     262144  128M Microsoft reserved
/dev/sdb2  264192 5860532223 5860268032  2,7T Microsoft basic data

Partition 1 does not start on physical sector boundary.

事件是tar -zvcf由於未知原因中斷了對 SSD 上存檔的持續壓縮操作。

一些可能有用的背景資訊:我有一台帶有 Ubuntu 18.04 的聯想 X280。

有沒有辦法解決這個問題或更好地診斷它,以便安裝再次工作?

編輯:

dmesg輸出以下內容:

[ 4062.536004] sd 1:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4062.536011] sd 1:0:0:0: [sdb] tag#0 Sense Key : Illegal Request [current] 
[ 4062.536016] sd 1:0:0:0: [sdb] tag#0 Add. Sense: Invalid field in cdb
[ 4062.536021] sd 1:0:0:0: [sdb] tag#0 CDB: Read(16) 88 00 00 00 00 00 00 07 52 f9 00 00 00 01 00 00
[ 4062.536026] print_req_error: critical target error, dev sdb, sector 479993
[ 4062.536036] Buffer I/O error on dev sdb2, logical block 215801, async page read
[ 4062.536026] print_req_error: critical target error, dev sdb, sector 479993
[ 4062.536036] Buffer I/O error on dev sdb2, logical block 215801, async page read

基本上說你的磁碟驅動器快死了。對不起。


您可以嘗試安裝gddrescue包含 GNU 程序的軟體包,ddrescue並使用它從您的磁碟中檢索盡可能多的數據。有關更多資訊,請參閱其詳細手冊或其基本手冊頁

引用自:https://unix.stackexchange.com/questions/688474