[GH-ISSUE #411] Bug: SATA Storage drives are showing IDE #251

Closed
opened 2026-03-02 02:14:50 +03:00 by kerem · 2 comments
Owner

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):

  • OS: [e.g. Ubuntu 20.04]
  • Browser: [FireFox]
  • RMM Version (0.6.1):

Installation Method:

  • Standard
  • Docker

Agent Info (please complete the following information):

  • Agent version (1.5.1:
  • Agent OS: [e.g. Win 10 v2004]

Describe the bug
Storage drives are showing IDE under hardware details when they are SATA

To Reproduce
Steps to reproduce the behavior:

  1. Cick Agent
  2. See Hardware Details

Expected behavior
Should see SATA not IDE

Screenshots
Screenshot from 2021-04-17 16-25-39

Additional context
This is affecting all agents that have SATA

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):** - OS: [e.g. Ubuntu 20.04] - Browser: [FireFox] - RMM Version (0.6.1): **Installation Method:** - [X] Standard - [ ] Docker **Agent Info (please complete the following information):** - Agent version (1.5.1: - Agent OS: [e.g. Win 10 v2004] **Describe the bug** Storage drives are showing IDE under hardware details when they are SATA **To Reproduce** Steps to reproduce the behavior: 1. Cick Agent 2. See Hardware Details **Expected behavior** Should see SATA not IDE **Screenshots** ![Screenshot from 2021-04-17 16-25-39](https://user-images.githubusercontent.com/1812594/115126002-f9852f80-9f99-11eb-8c67-fac01e006918.png) **Additional context** This is affecting all agents that have SATA
kerem closed this issue 2026-03-02 02:14:50 +03:00
Author
Owner

@wh1te909 commented on GitHub (Apr 17, 2021):

Run wmic diskdrive get InterfaceType

Windblows 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

<!-- gh-comment-id:821895778 --> @wh1te909 commented on GitHub (Apr 17, 2021): Run `wmic diskdrive get InterfaceType` Windblows 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
Author
Owner

@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.

<!-- gh-comment-id:822100659 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#251
No description provided.