Skip to content

Instantly share code, notes, and snippets.

@4np
Created July 6, 2013 09:25
Show Gist options
  • Save 4np/5939366 to your computer and use it in GitHub Desktop.
Save 4np/5939366 to your computer and use it in GitHub Desktop.
Save battery by spinning down the secondary harddrive and exclude it from Spotlight indexing
# spindown after 1 minute of inactivity
sudo pmset -a disksleep 1
# disable spotlight indexing and searching
sudo mdutil -d /Volumes/Your_Secondary_Harddrive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment