mjs110 wrote:Dear All,
I've just installed a new Seagate Momentus 40bm HDD into my thinkpad 570. As an FYI, it works ok (and seems pretty fast, and is quiet), except the SMART features and cache aren't recognized by Windows 2000.
How do you tell? I'm just curious.
1. For checking the SMART status, try this:
Download the smartmontools
http://voxel.dl.sourceforge.net/sourcef ... .win32.zip
unpack them, launch your command line (click Start, then Run, then type cmd and hit the Return key), go into the bin directory of the smartmontools, then type
smartctl -a /dev/hda
If you only get a brief output, ending with "SMART Disabled. Use option -s with argument 'on' to enable it.", well, then SMART is in fact disabled.
In order to enable it, type
smartctl -s on /dev/hda
Now once again type
smartctl -a /dev/hda
You should get a detailled output of all the SMART readings of your drive.
Turn off your notebook, turn it on again and re-check with the "smartctl -a /dev/hda" command whether SMART remained active. If it didn't and you're not sure about how to enable SMART in the hardware of the drive so that it stays on even after a power loss (isn't there any configuration software available from Seagate?), you could still put an old-fashioned batch file that executes the "smartctl -s on /dev/hda" command into the autostart folder of your Windows installation (sorry I can't help you any further here on how to active SMART permanently on this drive, I prefer the former IBM line that is now continued by HitachiGST and do
not own a Seagate Momentus).
Please note that whether SMART is on or off on your drive doesn't really matter very much, you
must also have a software frontend that checks the values and reports them to you by displaying warning messages.
2. For checking the cache status, try this:
Download DTemp
http://private.peterlink.ru/tochinov/DTemp/DTemp.zip
unpack and execute it. Right-click on its icon in the taskbar (systray, to be more exact), choose "Show drive(s) status", expand "Physical drive 0", expand "Drive features", search for the entries "Write cache" and "Read look ahead". For both entries the values should read "supported, enabled". If they don't, report back.
mjs110 wrote:I have the latest bios, and can't see any 'SMART' options when you press F1 during boot.
The BIOS setup of this machine doesn't show anything with regard to SMART, that's perfectly normal.