0

System: Dell Precision 3660 tower with primary drive 512 GB SSD and two 4TB HDD drives configured in Intel software RAID 1.

ONLY on reboot, the system dumps about 30 identical error messages into the Windows System event log: "The device, device\Harddisk1\DR1, has a bad block"

Screenshot: enter image description here

I'm not sure how to determine which disk it's referring to.

In Computer Management, we have the following: enter image description here

Does this error report on the same disk numbers as listed in Computer Management?

In DISKPART, we have the following:

enter image description here

And the partitions and volumes as follows:

enter image description here

enter image description here

enter image description here

The Intel Optane status window reports that all drives are normal:

enter image description here

And so does Crystal Disk Info:

enter image description here

I would be very grateful for assistance to determine definitely which disk is being referred to by this error message, so I can drill down into additional diagnostics.

1 Answers1

0

It's the NVMe SSD:

Media and Data Integrity Errors: Contains the number of occurrences where the controller detected an unrecovered data integrity error. Errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch are included in this field.

Basically these are what we'd call "bad sectors". 596 (0x0254) of them are shown for the NVMe SSD and it seems plausible these represent the "bad blocks" that Event Viewer is warning about.

So, DR1 in Event Viewer appears to correspond with Disk 1 in Disk Management.