sudo apt-get install idle3-tools (Ubuntu / Mint) Now check what your drives timer is currently set as. (Replace sda if needed with your own drive.): sudo idle3ctl -g /dev/sda It will likely say it’s set to 80 [8sec] Now really we want to just disable the timer altogether like it is on a black drive, and just let our systems power management handle the drive. If you want to just increase the time, then goto http://idle3-tools.sourceforge.net/ and read the instructions. To disable the timer (Replace sda if needed with your own drive): sudo idle3ctl -d /dev/sda Next step is to shutdown and power off your computer. Rebooting isn’t enough! You need to power off, so the drive will turn on with the new settings. Now check again: sudo idle3ctl -g /dev/sda and it should say disabled.