-
Notifications
You must be signed in to change notification settings - Fork 183
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
HDD is classified as SSD on windows 10 #339
Comments
williambrode
added a commit
to williambrode/ghw
that referenced
this issue
May 1, 2023
…ws SSD vs. HDD. Signed-off-by: Will Brode <[email protected]>
Awesome, thanks @williambrode! |
williambrode
added a commit
to williambrode/ghw
that referenced
this issue
May 2, 2023
williambrode
added a commit
to williambrode/ghw
that referenced
this issue
May 2, 2023
williambrode
added a commit
to williambrode/ghw
that referenced
this issue
May 2, 2023
Signed-off-by: Will Brode <[email protected]>
williambrode
added a commit
to williambrode/ghw
that referenced
this issue
May 2, 2023
Signed-off-by: Will Brode <[email protected]>
jaypipes
added a commit
that referenced
this issue
May 4, 2023
Fix #339 by getting the physical disk info which properly shows SSD vs HDD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying out the lib on windows 10 and was surprised to see that it was misclassifying my HDD as an SSD. Turns out the currently logic just says all "fixed" media types are SSD, which is incorrect. The "fixed" media type simply means the disk is internal to the PC, so its not "removable" media for example like a USB drive. I have what I believe to be the correct code (working for me locally) that I will create a PR for.
The text was updated successfully, but these errors were encountered: