A
A
Alexey Korolev2015-09-08 16:10:12
Hard disks
Alexey Korolev, 2015-09-08 16:10:12

How to validate SMART?

The situation is as follows: Everything slows down, checked the percentage, the operative, ran through the processes, everything is fine.
I looked at the smart status in Acronis Drive Monitor - 9%
looked at the same thing in CrystalMark, it just writes an alarm.
Looked through Powershell snippet
Writes OK.
Who to believe?
PS Snippet code:

$WMI = Get-WMIObject -Class Win32_DiskDrive
ForEach ($Drive in $WMI){
     $Drive.Caption + ": " + $Drive.Status
}

PSS
I'm planning Victiria HDD Test and Memtest for the evening

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
athacker, 2015-09-08
@athacker

Use HDDscan to look at attribute values ​​with eyes. There is a complete set of SMART parameters with their values.

E
Edwardsh, 2015-09-23
@Edwardsh

in Windows I use SMART Vision
without Windows mhdd

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question