Is there a simple way to convince FreeBSD 7.x or 8.x to give me SMART data on hard drives? Preferably from the command line since I normally run these systems as headless servers. I've been spoiled by Ubuntu desktop which reports hard drive SMART data via System/Administration/Disk Utility applet... but I'd rather not install Gnome on these FreeBSD systems if I can avoid it.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted
cd /usr/ports/sysutils/smartmontools/ && make install clean && rehash
smartctl -a /dev/ad0
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.