Hi, Jon. Thanks for the quick reply. The output of the diagnostic script is below. Other than my upgrade to Catalina, I've made no other changes to hardware or software since the last time Keep Drive Spinning was effective.
One more bit of info... When I open Keep Drive Spinning and select the drive to keep awake, the drive spins up so I know the app has written to the drive once, but apparently it doesn't write 60 seconds later and within two minutes, the drive stops.
Thanks again for your support.
The Keep Drive Spinning launch agent for WD1000 is not working correctly.
The reason for the failure could not be determined automatically.
The diagnostic information below may yield a clue.
OS version:
10.15
Volume info:
Name: WD1000
Path: /Volumes/WD1000
Format: AppleShare format
Current date:
2019-10-09 19:01:33 CDT
Contents of hidden file:
2019-10-09 18:55:09 CDT
Status of all loaded Keep Drive Spinning launch agents:
- 1 info.stovell.KeepDriveSpinning.WD1000
Launch agent path:
/Users/Westberg/Library/LaunchAgents/info.stovell.KeepDriveSpinning.WD1000.plist
Launch agent contents:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0">
<dict>
<key>Label</key>
<string>info.stovell.KeepDriveSpinning.WD1000</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>-c</string>
<string>if [[ -w '/Volumes/WD1000'/.keepThisDriveSpinning ]]; then date '+%F %T %Z' > '/Volumes/WD1000'/.keepThisDriveSpinning; fi</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>60</integer>
</dict>
</plist>
Writing to the hidden file:
Succeeded
An error occured:
The variable msg is not defined.