Result:
-------
The Keep Drive Spinning launch agent for G1-JDN-SSD1_bk is working correctly.
If the drive falls asleep despite this, it may be suffering from a bad connection or failing hardware.
Details:
--------
OS version:
10.11.6
Volume info:
Name: G1-JDN-SSD1_bk
Path: /Volumes/G1-JDN-SSD1_bk
Format: Mac OS Extended format
Current date:
2018-03-17 07:46:59 PDT
Contents of hidden file:
2018-03-17 07:46:59 PDT
Status of all loaded Keep Drive Spinning launch agents:
- 0 info.stovell.KeepDriveSpinning.G4-Logic&Movies
- 0 info.stovell.KeepDriveSpinning.G2-Travel-bak
- 0 info.stovell.KeepDriveSpinning.JDN-SSD1
- 0 info.stovell.KeepDriveSpinning.G1-JDN-SSD1_bk
- 0 info.stovell.KeepDriveSpinning.G3-LogicInstruments
Launch agent path:
/Users/jonathandavidneal/Library/LaunchAgents/info.stovell.KeepDriveSpinning.G1-JDN-SSD1_bk.plist
Launch agent contents:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dict>
<key>Label</key>
<string>info.stovell.KeepDriveSpinning.G1-JDN-SSD1_bk</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>-c</string>
<string>if [[ -w '/Volumes/G1-JDN-SSD1_bk'/.keepThisDriveSpinning ]]; then date '+%F %T %Z' > '/Volumes/G1-JDN-SSD1_bk'/.keepThisDriveSpinning; fi</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>60</integer>
</dict>
</plist>
Writing to the hidden file:
Succeeded