HDD/SSD interface incorrect. Windows limitation? #1080
-
I've noticed that agents I have running display either IDE (SATA devices) or SCSI (NVMe), when they are obviously not the reported interface type. Is this an issue with what Windows reports, or the location the data is being pulled from in Windows? Currently running 0.12.4 via Docker. It is a Windows specific issue, as the Linux agent seems to report somewhat correctly. The only issue being SATA drives connected via an SAS HBA with breakout cables. Those also get reported as SCSI, which I assume is due to the controller/HBA. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the agent uses windows api to get disk information, specifically this https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-diskdrive so it's an issue with how windows reports the drive type |
Beta Was this translation helpful? Give feedback.
the agent uses windows api to get disk information, specifically this https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-diskdrive
so it's an issue with how windows reports the drive type