Thanks to everyone for their excellent comments above.
I hail from a super minicomputer era during which rotating platters would vibrate themselves to death, like unbalanced washing machines, about every 3 months.
So, I'm happy to see the real progress that has been made with 3.5" form factors during my 40 years in the IT industry;
I personally manage 5 workstations each with a varying number of HDDs.
The older workstations have been demoted to backup servers, which we only switch ON to do the backups, then we switch them OFF.
This seems like a better fate for aging PCs than the local solid waste dump. And, it's an iron-clad way to prevent virus or malware infections.
The drives in our oldest PC are all more than 5 years old, and they all continue to show zero errors during routine disk checks!
I can't attribute our success with HDDs to any one factor, but I am happy to share with everyone a few things which are true of all our HDDs presently.
Here goes:
(1) all HDDs are in dedicated drive cages with fans actively cooling the entire drive cage;
(2) all drive cages are in mid- and full-tower cases placed on the floor, where cooler air congregates (hot air rises);
(3) all drive cages are well ventilated, and some have dust filters that are better than others; I try to wash or vacuum those filters every 3 months;
(4) perhaps the unsung heroes of our workstations are the combinations of good uninterruptible power supplies (UPS) outside the chassis, and high quality PSUs inside the chassis, with operating wattages at or below 50% utilization where efficiency peaks;
(5) I can't prove this either, but I strongly suspect that frequent disk checking may result in sustaining the strength of magnetic charges, particularly on horizontal magnetic recordings;
(6) this next point will surely evoke controversy, nevertheless over time we've experienced much better performance by using multiple RAID 0 arrays, on the theory that each component drive is accessed half as much in arrays with 2 x HDDs, and one-fourth as much in arrays with 4 x HDDs, on average;
(7) we do go overboard with multiple redundant backups, because a failed HDD, even in a RAID 0 array, simply requires us to replace it, and then re-copy any "lost" data; this policy results from using probability and statistics to predict an extremely low, almost zero probability that all redundant data sets will fail at exactly the same time (cf. "conditional probability", for those interested in the math);
(8) even with workstations networked over a Gigabit Ethernet LAN, doing regular backups is as simple as running an XP batch program in Command Prompt (aka DOS Window) e.g.:
D:\> xcopy folder E:\folder /s/e/v/d
D:\> xcopy folder F:\folder /s/e/v/d
D:\> xcopy folder R:\folder /s/e/v/d
D:\> xcopy folder S:\folder /s/e/v/d
Where,
E: and F: are local partitions
R: and S: are network drives
Piece o' cake.
Because storage capacity is now so very cheap, we do a similar thing with all of the drive images of our C: system partitions, even keeping a history up to the last 10 such drive images on every partition that is large enough.
I hope this helps.
MRFS