|
|
An AppleScript to check SMART status on startup/login
I've been using this one for over a year. I use Macaroni to run a simple shell script that calls this applescript every day...
Here is the Applescript:
set status to do shell script "diskutil info disk0 | grep SMART"
And here is the shell script:
#!/bin/sh
An AppleScript to check SMART status on startup/login
It appears that this only works for a single diskādisk0. You'd have to expand it to cover additional internal disks, including removable ones. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|