Jump to content

SMART drive Analysis


ptrex
 Share

Recommended Posts

Link to comment
Share on other sites

I intercept COM errors. Chris's version says C: may not be S.M.A.R.T. capable. I couldn't tell if S.M.A.R.T. was hardware or software, but I assume it to be software since my HDD is quite new, but I reformatted it completely once. Can I put the technology back on? I looked for some freeware (for Vista) but didn't find any.

Link to comment
Share on other sites

I intercept COM errors. Chris's version says C: may not be S.M.A.R.T. capable. I couldn't tell if S.M.A.R.T. was hardware or software, but I assume it to be software since my HDD is quite new, but I reformatted it completely once. Can I put the technology back on? I looked for some freeware (for Vista) but didn't find any.

S.M.A.R.T stands for Self Monitoring Analysis and Reporting Technology.. Its hardware based and all new HDDs come with this technology. And its not something you can delete or remove by reformatting, repartitioning, etc.

You can use the S.M.A.R.T analysis tool in the program SpeedFan. Its freeware; I use it in Vista to keep tabs on my laptop's CPU and HDD temperatures.

Link to comment
Share on other sites

  • 4 weeks later...

In my first post there is a link to a commandline tool.

Thry to run this to check of there is data returned.

I am still unable to get this script to work :)

Have tried both versions that don't use SMART.exe, and both fail.

Using SMART.exe returns information on the drive.

Do you have any pointers on narrowing down what's failing on my system?

Link to comment
Share on other sites

@photonbuddy

Do you have any pointers on narrowing down what's failing on my system?

First of all which version of the script are you running.

What is the Error

What version of AU3 are you using

..............

Do you expect to get help if not input is given ?

regards,

ptrex

Link to comment
Share on other sites

First of all which version of the script are you running.

I tried both, but have been using ChrisL's version.

What is the Error

I get the "C: may not be S.M.A.R.T. Capable" error message.

What version of AU3 are you using

3.2.10.0

The script runs through until the line

If NOT IsArray($strVendorSpecific4) then Return -1;Not a Smart capable drive

Where it returns -1.

I'm running Win2K using Intel's ICH8R chipset.

Link to comment
Share on other sites

Link to comment
Share on other sites

Try to comment out every line that has "$strVendorSpecific4" in it.

Run it again and see what happenes.

If it does not run it will stop here for you. Then your drive does not expose the SMART data to WMI.

regards

ptrex

This script uses WMI and I'm not sure that Win2K came with WMI. He may have to download and install it. For sure it was not included in Win 9x systems.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Try to comment out every line that has "$strVendorSpecific4" in it.

Run it again and see what happenes.

If it does not run it will stop here for you. Then your drive does not expose the SMART data to WMI.

Tried this, and it still fails :)

These other programs must use something different to get the SMART data.

WMI services are running.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...