本文介绍了如何检测SSD驱动器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何从硬盘驱动器中分辨出固态驱动器驱动器(SSD)?
我转向WMI,但没有运气。 SSD 模拟具有相同接口的硬盘驱动器,因此从操作系统的角度来看它们之间没有区别。
我被告知硬盘的信息存储在ROM中,也许我可以从中读取信息,但是它需要写一个我根本没有经验的驱动程序。
任何建议?
How to tell an solid-state drive drive (SSD) from a hard disk drive?
I turned to WMI but without luck. An SSD Emulates a HDD with the same interface, so there's no difference between them from the OS' perspective.
I was told the information of a hard disk is stored on a ROM, may be I can read the information from it,
but It needs to write a driver which I have no experience at all.
any suggestion?
推荐答案
自定义驱动程序会向Windows,Sansung和Microsoft公开更多信息,但你可能不会很快看到结果。
A customized driver would expose more information to Windows, Sansung and Microsoft are in the talks, but you may not see the result soon.
这篇关于如何检测SSD驱动器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!