Duplicate results for same drive
Posted: 2020.10.29. 08:36
I've just got one small issue. HDS is showing duplicate drives for the following controller:
InnoStor IS621 USB 3.0 to SATA Storage Controller
I'm getting two identical drive listings - one showing the USB enclosure serial number and one showing the actual SSD serial number. It's not a huge issue - I could just ignore the two extra listings. But it would be nice to keep things tidy.
Also for troubleshooting I often cross reference the HDS drive data to PowerShell, event logs and other sources. The easiest cross-reference key is the device-id, which on my system used to be the same in HDS and Windows Disk Management. Now with the two duplicate drives, the HDS device-id for drives higher than the duplicates is out of sync with Windows by 2.
This is what Windows sees (the serialnumber is the from the USB dock):
These are the same 2 drives that HDS is finding (1st entry uses USB Dock serial number, the 2nd duplicate one uses the actual SSD serial number):
Disk 24 matches. HDS disk 28 is actually Disk 27 in Windows. Disks 25 & 29 are duplicates. And then all 90 disks from Disk 28 to Disk 117 all have a HDS deviceid out by 2.
P.S. Thanks for a great product. I use Hard Disk Sentinel Pro to help manage 80 DAS disks connected to my home desktop, plus 36 NAS drives. Just like the famous Heineken adverts - HDS enumerates the drives on controllers that other disk utilities cannot reach! It is very convenient to monitor and report on all 116 drives with HDS in one consistent view, without having to use multiple disk utilities or - even worse - having to temporarily remove drives from a RAID enclosure just to check the SMART data. Obviously a lot of very detailed work has gone (and still is going) into producing Hard Disk Sentinel - thanks again.
InnoStor IS621 USB 3.0 to SATA Storage Controller
I'm getting two identical drive listings - one showing the USB enclosure serial number and one showing the actual SSD serial number. It's not a huge issue - I could just ignore the two extra listings. But it would be nice to keep things tidy.
Also for troubleshooting I often cross reference the HDS drive data to PowerShell, event logs and other sources. The easiest cross-reference key is the device-id, which on my system used to be the same in HDS and Windows Disk Management. Now with the two duplicate drives, the HDS device-id for drives higher than the duplicates is out of sync with Windows by 2.
This is what Windows sees (the serialnumber is the from the USB dock):
Code: Select all
PS C:\WINDOWS\system32> Get-PhysicalDisk -manufacturer "WD" | Sort-Object friendlyname | Select-Object Deviceid, FriendlyName, serialnumber, uniqueid, objectid | FT -AutoSize
Deviceid FriendlyName serialnumber uniqueid objectid
-------- ------------ ------------ -------- --------
24 DOCK-1 20200711 {8c64e65d-3b74-06af-590a-ce1b56429608} {1}\\T3600\root/Microsoft/Windows/Storage/Providers_v2\SPACES_PhysicalDisk.ObjectId="{32b99cca-1831-11e9-8134-806e6f6e6963}:PD:{8c64e65d-3b74-06af-590a-ce1b56429608}"
27 DOCK-2 20200713 {3772cd9a-9717-975b-991c-3198ccb9b58e} {1}\\T3600\root/Microsoft/Windows/Storage/Providers_v2\SPACES_PhysicalDisk.ObjectId="{32b99cca-1831-11e9-8134-806e6f6e6963}:PD:{3772cd9a-9717-975b-991c-3198ccb9b58e}"
Code: Select all
#24: NONE - USB/ATA T: 199 ms / IDR1 IDR2 Time: ATAIDR1:77 ATAIDR2:53 USB/ATA:68 / INQUIRY: 0 ms ATAID1: 0 ms D10 ATAID2: 0 ms SMA2: 0 ms SMT2: 16 ms SMV2: 15 ms
#25: NONE - USB/ATAsat2 T: 32 ms / Time: USB/ATAsat2:32 / INQUIRY: 0 ms SMV9: 16 ms
#28: NONE - USB/ATA T: 234 ms / IDR1 IDR2 Time: ATAIDR1:79 ATAIDR2:54 USB/ATA:100 / INQUIRY: 0 ms ATAID1: 0 ms D10 ATAID2: 0 ms SMA2: 0 ms SMT2: 46 ms SMV2: 16 ms
#29: NONE - USB/ATAsat2 T: 46 ms / Time: USB/ATAsat2:46 / INQUIRY: 0 ms SMV9: 30 ms
P.S. Thanks for a great product. I use Hard Disk Sentinel Pro to help manage 80 DAS disks connected to my home desktop, plus 36 NAS drives. Just like the famous Heineken adverts - HDS enumerates the drives on controllers that other disk utilities cannot reach! It is very convenient to monitor and report on all 116 drives with HDS in one consistent view, without having to use multiple disk utilities or - even worse - having to temporarily remove drives from a RAID enclosure just to check the SMART data. Obviously a lot of very detailed work has gone (and still is going) into producing Hard Disk Sentinel - thanks again.