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

S

SGA Smele

Hi,

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

Thanks,
Smele.
 
W

Willy Denoyette [MVP]

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.
 
S

SGA Smele

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top