Event[10111]:
Log Name: System
Source: atapi
Date: 2015-07-04T00:28:39.958
Event ID: 11
Task: N/A
Level: Error
Opcode: N/A
Keyword: Classic
User: N/A
User Name: N/A
Computer: Checkered-Venom
Description:
The driver detected a controller error on \Device\Ide\IdePort1.
So it is .....
Code:
Model Samsung SSD 850 EVO 500GB ATA Device
[COLOR=Red]SCSI Port 1[/COLOR]
The driver is msahci, the system native storage controller by microsoft, which never fails itself.
Code:
Name Intel(R) 9 Series Chipset Family SATA AHCI Controller - 8C82
[COLOR=Red]Driver [/COLOR] c:\windows\system32\drivers\[COLOR=Red]msahci.sys[/COLOR] (6.1.7601.17514, 30.38 KB (31,104 bytes), 6/28/2015 7:51 PM)
So that is an issue from the part of the hardware. Either the SSD itself or the SATA port or connectivity.
A crash dump gives the info in details.
Code:
KERNEL_DATA_INPAGE_ERROR (7a)
The requested page of kernel data could not be read in. [COLOR=Red]Typically caused by
a bad block in the paging file or disk controller error.[/COLOR] Also see
KERNEL_STACK_INPAGE_ERROR.
[COLOR=Red]If the error status is 0xC000000E[/COLOR], 0xC000009C, 0xC000009D or 0xC0000185,
[COLOR=Red]it means the disk subsystem has experienced a failure.[/COLOR]
If the error status is 0xC000009A, then it means the request failed because
a filesystem failed to make forward progress.
Code:
ERROR_CODE: (NTSTATUS) 0x[COLOR=Red][B]c000000e[/B][/COLOR] - [U]A device which does not exist was specified.[/U]
[B][COLOR=Red]DISK_HARDWARE_ERROR: There was error with disk hardware[/COLOR][/B]
So we can say that apparently there is no doubt that the disc hardware is causing the issue. Three things are falling within its scope.
- The SATA port on the motherboard;
- The SATA cable; and
- The disc itself.
Troubleshoot those elements.
1. Apply the disc to another unused SATA port on the motherboard.
2. While doing 1 above, use a new SATA cable. Make it sure that the clips are properly locked at both the ends of the SATA cable. Dont do toolless mounting for now. Use screws to hold the discs with the stand, and dont leave a loose screw or an unused screw hole.
See how it goes after doing upto that stage. If things does not change, we have to go for the third possibility there.
3. The firmware is up-to-date, the SMART data is OK, still a SSD can fail. And we cannot test a SSD with the conventional disc check tools like Seatools or WinDFT. So if the issue continues even after doing 1 and 2 above, create a partition on the WD 1 TB (there is huge free space), install windows there and see how it goes. That's how we can isolate the SSD to be failing or not.