You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 toFalse
.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 theinterface
in the result as an indicator foris_ssd
?The text was updated successfully, but these errors were encountered: