技术不会停滞不前。每年都有越来越多的新功能出现在各种硬盘中。而且它们也都一样。让我们来讨论一下SSHD——数据恢复分支中最受欢迎的设备。
Technology does not stand still. More and more new drives of all types with new features appear every year. And they all do break just as well. Let’s talk about SSHD – the most popular device in data recovery branch.
SSHD到底是什么驱动的,他们是怎么工作的?
What exactly is SSHD drives and how do you work with them?
欢迎来到这篇文章。
Welcome to this article.
SSHD驱动器是在PCB上具有NAND芯片(SLC-第一代SSHD驱动器或MLC-现代SSHD驱动器)的通用HDD驱动器。该NAND芯片用于快速启动和安装驱动器,并且包含最常寻址的数据(如微程序信息,转换器,SMART,OS结构和分区表)。该数据的确切列表因制造商或型号而异
SSHD drives are general HDD drives with NAND chip (SLC – first generation SSHD drives or MLC – modern SSHD drives) on the PCB. This NAND chip is used for fast booting and mounting of the drive and contains the most often addressed data (like a microprogram info, translator, SMART, OS structures and partition tables). The exact list of this data differs from one manufacturer or model to another
截至今天,SSHD驱动器由西部数据,希捷和东芝品牌生产的。
As of today, SSHD drives are presented by Western Digital, Seagate and Toshiba brands.
大约5年前Seagate公司 开始制造具有媒体缓存区域的驱动器。这个区域与我们现代的SSHD驱动器非常相似。
Approximately 5 years ago Seagate corp. started to manufacture drives with Media cache area. This Area is very much the same to our modern SSHD drives.
特殊区域(媒体缓存)位于拼盘边缘(读/写速度最高)。它存储最经常寻址的数据(文件系统结构,操作系统重要文件等)。媒体缓存位于表面,为了恢复数据,使用媒体缓存问题,通常只需要清理它(它是346 系统文件)。
Special area (Media cache) is located on the platter’s edge (where the reading/writing speed is the highest). It stores a most often addressed data (File system structures, OS important files, etc.). The media cache is located on the surface, and for recovering cases, with Media cache issues it’s usually enough just to clean it up (it’s 346 sys file).
注意,现代家庭驱动器(像Rosewood)可以有一些独特的数据,比如MFT表,在媒体缓存中,而不是在一般的用户区域空间。因此,在进行这些操作的时候,每次清理之前,都要备份346个系统文件。
Note that modern family drives (like Rosewood) can have some unique data, like MFT tables, in Media cache, not in a general user area space. So, when working on them, make a backup of 346 sys files each time before cleaning attempt.
SSHD驱动器是最复杂的存储设备,需要复杂的方法来解决可能出现的问题。
SSHD drives are the most complex of the storage devices and require sophisticated methods for solving the issues that may arise.
混合驱动技术在这两种技术中都有各自的优缺点(SSD和HDD)。首先,我们对移动部件(头部、主轴、表面)有一个基本的问题,其次是与服务区域模块和翻译相关的问题,最后,还有与NAND芯片相关的问题(内存单元损耗,数据中的ECC错误,温度问题等)。
Hybrid drives technology has pros and cons inherent in both technologies separately (SSD and HDD). Firstly we have a basic problem with moving parts (heads, spindle, surface), the secondary problems are related to the Service area modules and Translation, and finally, there are issues related to NAND chip (memory cells wear off, ECC errors in data, temperature issues, etc..).
我们将NAND芯片部分与通用HDD分开。因此,我们得到基本的硬盘驱动器问题,类似于一般希捷驱动器和NAND问题。
Let’s separate the NAND-chip part from the general HDD. As a result, we get basic HDD problems, similar to those of the general Seagate drives, and NAND problems.
例如,这里是Kahuna家族驱动PCB的照片:
For example here is a photo of Kahuna family drive PCB:
有很多关于如何修复通用希捷硬盘的文章。但是NAND芯片呢?
There are a lot of articles on how to work with general Seagate HDD (like a damaged sys files, ticks in 93 sys file and translator issues). But what about NAND chip?
上电后,我们还有终端报告。它可以帮助我们识别一个问题,但终端访问被锁定,因此我们无法通过终端发送命令。
We still have a terminal report after Power ON. It can help us to recognize a problem, but terminal access is locked as result we can’t send command via Terminal.
首先需要以某种方式获得终端访问。
Firstly need somehow get a terminal access.
抱歉,只有对本文发表过评论才能阅读隐藏内容。
…并重新启动驱动器。重新读取驱动器ID并检查用户区域访问:
…and repower the drive. Re-read Drive ID and check the user area access:
因此,您可以访问用户区域,现在可以读取所有用户数据。
As a result, you get an access to the user area and can now read all user data.