Created
July 6, 2013 09:25
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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