Verifying data
Got this really in depth and detailed response from asking GoodBytes in a Message, posting it here in case anyone in the future has the same question as I did;
1 hour ago, GoodBytes said:Hey!
HDD's retain data for many years. The mechanical part will definitely break from not being used for very many many years before the data disappears (mostly due to lack of lubrication of the motors and head movement), and even then. I still have my old 120GB from 2001 drive, and I have no problem reading any of its data last I tried... 2 months ago. That has been about 12-13 years last used before that, totally unplugged.
The only issue HDD is sensitive is being close to strong magnets, or static shock breaking the circuitry of the drive, or physical damage, including too much pressure applied on a laptop HDD top cover bending the metal cover blocking the mechanical system from working.
Drive health doesn't tell you if you have data loss. Data loss cannot be detected. The best things that will point you to data loss, is if the data got corrupted. Drive health will only tell you about bad sectors or incorrect drive operation. Bad sectors are sectors in the drive where the drive failed to write successfully, where it got something blocking the head (dust or even smoke particle), or metal plate is faulty and can no longer be magnetized.
The way a HDD/SSD works is like so:
When you put a file on the drive, the drive write it, and it adds the file in its journal. The journal is a directory of address. See it as a phone book. This keeps track of all files, if the file is not in the journal, the file is considered that it no longer exists, even if it is still there on the drive. In fact, when you delete a file on your system, it only deletes the entry in the journal, it doesn't actually set the bit to 0 where the file are. This is done to accelerate the process as HDDs are super slow. It does many cut corner tricks, if you wonder.
So if you have a file corrupted, you'll see in the journal that the file is there, but when you try to read it, the program opening the file, is unable to as it unable to read it properly. If it where a text file (.txt), you would see in Notepad that the file starts fine, and then the text becomes random symbols and whatnot.
The chances that a corruption happens on the journal where only 1 or 2 files are gone and not the rest, is extremely rare. You have to be very unlucky for this to happen. Either everything or almost is gone, or the journal is not affected and a or some or many files are corrupted.
Hope this helps!

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now