- Joined
- Jun 21, 2021
- Messages
- 3,235 (2.18/day)
System Name | daily driver Mac mini M2 Pro |
---|---|
Processor | Apple proprietary M2 Pro (6 p-cores, 4 e-cores) |
Motherboard | Apple proprietary |
Cooling | Apple proprietary |
Memory | Apple proprietary 16GB LPDDR5 unified memory |
Video Card(s) | Apple proprietary M2 Pro (16-core GPU) |
Storage | Apple proprietary onboard 512GB SSD + various external HDDs |
Display(s) | LG UltraFine 27UL850W (4K@60Hz IPS) |
Case | Apple proprietary |
Audio Device(s) | Apple proprietary |
Power Supply | Apple proprietary |
Mouse | Apple Magic Trackpad 2 |
Keyboard | Keychron K1 tenkeyless (Gateron Reds) |
VR HMD | Oculus Rift S (hosted on a different PC) |
Software | macOS Sonoma 14.7 |
Benchmark Scores | (My Windows daily driver is a Beelink Mini S12 Pro. I'm not interested in benchmarking.) |
My guess is that over years, various Windows utilities have been sourcing disk information from different queries and it has gotten messy.So I am wondering where does windows keeps track if drives are HDD or SSD , and how can I go about to maybe correct this.
The disk management tools will end up being the most accurate since those are actively altering or controlling storage devices.
One attribute I've noticed on my Mac over the years is whether a storage device is "rotational". This is probably something being reported by the drive controller. The rotational attribute might be one of the key factors.
For sure drive controllers have evolved over the years and old ones won't be reporting all of the same data that newer ones will. And yes, there is always the chance of buggy code that results in incorrect data being passed over. Remember than there may be a host controller as well. These migrated from separate ASICs to things like the controller chip (e.g., AMD B550). So that's another location for bad code to cause problems.
I've ever encountered a bug-free computer system, whether it be in hardware or software.