Skip to content

Instantly share code, notes, and snippets.

@ricalo
Last active December 8, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricalo/621effcb04fba44aa651545296a2a030 to your computer and use it in GitHub Desktop.
Save ricalo/621effcb04fba44aa651545296a2a030 to your computer and use it in GitHub Desktop.
List temperature of all disk drives in FreeNAS
ls /dev/ada? | xargs -tL 1 sudo smartctl -a | grep Temperature_Celsius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment