Hello to all,
First off, I apologize if this is in the wrong section of the forum. It is both a hardware and software question.
After trying to find an answer with various search engines it was suggested that I try this forum. The aim of this query is centered around magnetic disk rejuvenation
Background:
I discovered this entry on “Stack Exchange”:
(seems that http/https links are not permitted in posts here)
“superuser.com_questions_1198135_is-it-safe-to-use-dd-to-rejuvinate-a-hard-drive-by-setting-of-if”
The question was can you: sudo dd if=/dev/sda1 of=/dev/sda1 ?? <<<Note, source and destination are the SAME!
The article suggests that the author of the question had to answer his own question with some empirical work of his own. There were no other replies that confirmed that this works. But it still begs the question does this really work? Where is the proof? If somehow the sectors read off of a hard disk were buffered someplace on a ramdisk or something, such that one would know with certainty that the outcome was what was intended, namely magnetic fluxes are re-written. This of course would save a lot of time as SATA to SATA will always be faster than SATA to USB 2.0 (in some of my cases). Windows is very “particular” about messing with boot partitions, I do not know if I would have the courage to re-image a C:!!
So I kindly ask if an experienced user here has in depth knowledge of “dd” that would shine some clarity on my question? This question is mostly irrelevant for SSDs, but not for magnetic storage.
Thanks for your time and patience.