S.M.A.R.T. Hard Drive Information.

  • Thread starter Thread starter SGA Smele
  • Start date Start date
S

SGA Smele

Hi,

Anyone know how to access the S.M.A.R.T. Hard Drive information from .NET?

Thanks,
Smele.
 
Using the System.Management namespace and WMI class
"MSStorageDriver_ATAPISmartData" (root\WMI namespace).
You will have to extract the vendor specific attributes from the byte
array's yourself.

WIlly.
 
Thanks, that looks interesting.

Willy Denoyette said:
Using the System.Management namespace and WMI class
"MSStorageDriver_ATAPISmartData" (root\WMI namespace).
You will have to extract the vendor specific attributes from the byte
array's yourself.

WIlly.
 
Back
Top