-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any plan to support NVME? #8
Comments
I have no immediate plans to include NVME support. You are welcome to add in support and submit a PR. There is an answer on SO that may be of use to you, but you would need to verify it is indeed working and port the code over to C#. And here is the Microsoft API for working with NVME drives. |
https://github.com/hiyohiyo/CrystalDiskInfo Support for nvme is a tedious work |
Update So to recap, Microsoft has provided source code here in C++ to read NVME SMART data. This code can be ported to C# and requires unsafe code blocks and making calls to these Win32 APIs. Here is C# port of the Microsoft NVME SMART code by bor888. (no license specified, need to reach out to the author to inquire) |
https://github.com/MicaApps/DiskInfo You can refer to these two projects and convert C++to C# |
Is there any plan or update to support NVME or other types HDD?
The text was updated successfully, but these errors were encountered: