The plugin sets a 15 minute idle time with 'hdparm -S180' to the device when it is mounted.  You could issue a no idle time to the device in the script when it is mounted with 'hdparm -S0'.  This tells the drive to never go to the idle (spin down) mode.  The script will look like this: #!/bin/bash PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin ## Available variables: # AVAIL      : available space # USED      : used space # SIZE      : partition size # SERIAL    : disk