You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
I'd love to use this utility, but at some stage would like to revert back to the default mode. Is there a way to do this?
Thanks,
Brian
Jon Stovell
unread,
Feb 3, 2016, 10:59:52 PM2/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
Yes. That's what the "Let a drive sleep" button does.
Brian Wengrofsky
unread,
Feb 4, 2016, 4:03:33 PM2/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
Ok! I wanted to make sure launching the app itself wouldn't cause any irreversible changes. Thx!
Jon Stovell
unread,
Feb 4, 2016, 4:23:10 PM2/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
Good heavens, no. The user initiates and controls any and all changes.
Brian Wengrofsky
unread,
Feb 4, 2016, 11:41:55 PM2/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
Brilliant little app. Game changer for the project I'm working on. I'll pay it forward!
Jon Stovell
unread,
Feb 4, 2016, 11:44:36 PM2/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
Glad to hear it. :)
Jonathan Ojeda
unread,
Jan 26, 2017, 3:23:36 AM1/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keep Drive Spinning
For some reason, when I try I get the following error:
"Can't get text item 2 of "Volumes/FB/.keepThisDriveSpinning". Diagnostic came back fine with app working correctly. Any idea?
Jon Stovell
unread,
Jan 26, 2017, 7:06:03 AM1/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to keep-driv...@googlegroups.com
Sounds like the content of the launch agent for the drive has become malformed somehow. At any rate, there are two ways that you can manually remove one of the Keep Drive Spinning launch agents.
Option 1: Using Finder
Navigate to ~/Library/LaunchAgents (where ~ represents your home folder). By default, your user Library folder is hidden, but you can get to it in Finder using the Go ▸ Go to Folder... menu item and entering "~/Library/LaunchAgents" in the dialog box.
In the LaunchAgents folder, find info.stovell.KeepDriveSpinning.FB.plist and delete it.
Log out and then log back in.
Option 2: Using Terminal
Open Terminal.app
Enter this command and press return: launchctl list | grep stovell
In the result list, look for the name of the launch agent you want to remove. It will probably be info.stovell.KeepDriveSpinning.FB
Using the exact name of the launch agent you found in step 3, enter this command and press return: launchctl unload -w info.stovell.KeepDriveSpinning.FB
Enter this command and press return: rm ~/Library/LaunchAgents/info.stovell.KeepDriveSpinning.FB.plist