Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

myuserid08

macrumors 6502
Original poster
As the title suggests, is there any free hard drive load cycle monitoring software. Or even a command line would do if anyone knows of one.
Thanks,
 
I found this at Apple's forum:
install the smartmontools Darwin port.

Run the following in your terminal:

sudo smartctl -a "YOUR_DISK_NAME_HERE" | grep Load; date

(Your HDD name can be found from the "About Your Mac" menu. Should be something like /dev/disk0s4).

Output should be like this:
193 Load_Cycle_Count 0x0032 011 011 000 Old_age Always - 179002
Sun Nov 4 16:29:04 EST 2007

Not tried it myself, but I assume it should work okay.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.