Skip to content
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

NVME interface devices on Windows show is_ssd=False #93

Closed
BjoernWaechter opened this issue Feb 13, 2025 · 0 comments · Fixed by #94
Closed

NVME interface devices on Windows show is_ssd=False #93

BjoernWaechter opened this issue Feb 13, 2025 · 0 comments · Fixed by #94

Comments

@BjoernWaechter
Copy link

Devices in Windows are always shown as /dev/sdaX. No matter if it is nvme or not.
As a result SSD devices with the nvme interface always have the attribute is_ssd set to False.
I could provide an example from my windows 11 system but the testcase tests/dataset/singletests/nvme_win10_0_issue_64 is actually a perfect example of this behavior.
Could you use the interface nvme reported in the --scan-open which is the same as the value of the interface in the result as an indicator for is_ssd ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant