Hello,
The Windows operating system assigns a numerical identifier to each physical and logical disk it detects, starting with “Disk 0.” However, these identifiers are meant to be unique for each physical disk. If you are seeing “Disk 0” for two different disks, a few situations could be happening:
It’s possible that one of the disks was originally “Disk 0” and then the system renumbered the disks after changes were made to the system, such as adding or removing a disk. However, the event log is referencing the original configuration.
If your system uses a disk controller that abstracts the physical drives (like certain RAID configurations), it’s possible the controller is presenting the drives in a way that causes confusion in the operating system’s disk management subsystem.
You also may check below:
Use Device Manager: Find the drives in Device Manager (devmgmt.msc) and examine the details under the “Properties” menu to see their physical device object names. This could provide additional information.
Use PowerShell or Command Prompt: Run Get-PhysicalDisk, Get-Disk, or diskpart commands to list all the physical disks and their properties for more detailed information.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.