0

I have HDDs purchased on Aliexpress inside a Kesu case. CrystalDiskInfo says they are in good health and have only been used for a few hours. I suspect that something has changed and I wondered if SMART was reset or the firmware was modified to hide errors. I performed a QuickScan with Victoria and found no errors.

Is Victoria's QuickScan able to reveal the truth if the HDD is in good or bad health for data archiving? In theory, SMART was reset or the firmware was modified? Or is a Full Scan 100% necessary to update SMART?

enter image description here

1 Answers1

2

What is SMART and what does resetting do?

You're totally oblivious to what SMART is and what resetting SMART does. SMART is merely a reporting technology. Resetting SMART 'resets' the SMART reports, nothing more. It resets the counters. Sectors that were previously reallocated remain reallocated.

An example

Let's assume a drive with grown defects. The defective sectors will be added to the G-List (This is not SMART), the drive will no longer access these sectors; they're no longer part of LBA space. Resetting SMART has zero consequences for the actual G-List. It will only accomplish that SMART reports zero reallocated sectors while in reality the amount of reallocated sectors remains the same.

IOW, your Victoria quick scan will not able to detect these, nor will the full scan.

This software/hardware combo is designed for data recovery but you could use it to 'refurbish' a hard drive too. However tools exist that whole batches of drives can be connected too and they can be refurbished in batch:

enter image description here

Moreover, a properly refurbished hard drive will not only have SMART cleared, chances are that G-List itself is cleared and the grown defects will have been added to the P-List, then a new translator is created using our updated P-List. Victoria will have no way of detecting this, every bad sector that existed is now outside LBA space.

If we assume such a full refurbish where SMART was cleared, G-List is cleared and new translator was built based on P-List then even on a hard drive with initially many bad sectors this may be undetectable. The bad sectors are still there, but with the new translator they can simply be skipped:

skip-list

If we'd assume a simple SMART reset only we may be able, in theory, to detect reallocated sectors as slow(er) sectors. After all to read the reallocated sector, the drive has to access a different location on the drive:

enter image description here

Conclusion

Depending how the drive was 'refurbished' you may be able to detect previous sector reallocations, but on a properly refurbished hard drive you can not as far as SMART and surface scans are concerned.