Can excessive hard disk usage degrade hard drives?

半城伤御伤魂 提交于 2019-12-11 06:35:04

问题


Can excessive hard disk usage degrade hard drives?

Background: Some code I have reads a particular file more often than it needs to. Reducing the frequency of it reading the file isn't justified by speed concerns, but if it does long-term damage to the hard drive it runs on (it only runs on one computer), then changing it would be justified.


回答1:


Can it? Yes. Will it? It really depends, but unless you're writing a defragmenter that runs 24/7, it's likely that (1) the system will cache a lot of the disk accesses, and (2) your consumer's computer will be replaced before the hard drive ever fails. In either case, though, if you don't have to access the disk, then obviously just don't. :)



来源:https://stackoverflow.com/questions/4711013/can-excessive-hard-disk-usage-degrade-hard-drives

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!