mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #411] Bug: SATA Storage drives are showing IDE #251
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnnyq on GitHub (Apr 17, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/411
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
Storage drives are showing IDE under hardware details when they are SATA
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should see SATA not IDE
Screenshots

Additional context
This is affecting all agents that have SATA
@wh1te909 commented on GitHub (Apr 17, 2021):
Run
wmic diskdrive get InterfaceTypeWindblows seems to always return IDE no matter what, unless it's SCSI so if you know of another way to get this lmk, i can look into it later
@azulskyknight commented on GitHub (Apr 19, 2021):
Yeah this is an old Windowsism.
SATA, is ATA. That is... IDE. It's just serially connected, instead of connected in parallel via ribbon cables.
SCSI is different, and usually only for special stuff with special drivers. SAS, and NVME devices often use SCSI drivers, but I've also seen NVME use ATA and therefore report IDE.
So while cosmetically I can see the confusion, but at the end of the day SATA IS IDE, so what's reported is technically correct.
But as far as I know to Windows all attached storage devices are either IDE, or SCSI. It never reports SATA.