Horun wrote on 2022-08-19, 01:20:
With a "Smart" HD once a sector is classed as bad it is never put back into use, unless a true low-level format is done which you should never do on any IDE drive as it can actually ruin it.
good luck doing low level format of IDE drive 😀 only the very first pre 1990 drives allowed it at all - ones with stepper motor head mechanism or dedicated servotrack platter. Modern drives are pseudo hard sectored, one of the manufacturing steps is recording special track/sector markers on platters https://en.wikipedia.org/wiki/Servowriter
> Modern HDDs generate position feedback signals from special magnetic patterns called servo patterns which are written in designated areas on the disk surface known as servo sectors. The generated feedback signals are called position error signals (PES)… the servo sectors are created at the time of manufacturing and are never overwritten or erased. Then, the closed-loop servomechanism decodes the position information written in these sectors to accomplish adequate control tasks.
IBM patent US7079347B2 “Method and apparatus for providing a marker for adaptive formatting via a self-servowrite process” from 2002:
>Traditional servo writing has been performed in a clean room environment with external sensors invading the head disk assembly to provide the precise angular and radial position information to write the servo patterns. For example, an external clock head was typically disposed on the disk outer diameter.
>Currently, determining the number of available tracks from the self servowrite process requires a trial and error process or requires that the track count be sent ahead from the servowriter to the function test station.
andre_6 its possible your disk:
-indeed had bad sectors
-format marked them as bad in the FAT structure
-ScanDisk scan skips FAT sectors market bad and only tests healthy ones, thus showed no errors
-zero filling the drive finally forced the Drive firmware to remap bad sectors, or drive already remapped them during the format. Modern drives have dedicated P-List/G-List/T-List tables for that purpose https://datarecovery.com/rd/what-are-p-lists-and-g-lists/
-now the logical disk surface is all healthy again
plug it into windows computer and run https://hddscan.com or even https://crystalmark.info/en/software/crystaldiskinfo/
the relevant parameters are
-Reallocation Sector Count
-Reallocation Event Count
-Current Pending Errors Count
hddscan also offers Short and Extended SMART tests. Correction. I was thinking of GSmartControl
https://gsmartcontrol.shaduri.dev/screenshots
It lets you view selt-test logs, Sometimes scammers selling smart cleaned drives will forget to erase logs and you can see funny business like past Self-Test run at 60000 hours on a "0 hours" drive 😀
PS theer are hacks to Erase modern drives Smart status. This is how there are tons of "never used" 2-4TB drives on AMAZON with 2012 manufacturing date. You buy one, plug into the computer and it indeed shows 0 read/written and 0 hours powered on .. except its a server pull with >60000 hours spend in hot server rack. Extended Smart test is sometimes able to show leftovers from previously run deep smart tests reveling the scam.