OSX Automount
When reinstalling OSX on my hackintosh I’m always troubled with the question of how do I automatically reconnect to my server’s network drive on startup? I previously had an apple script that did just that, but for whatever reason it no longer works in OSX 10.9 Mavericks. Apparently Apple’s Automater is a lot easier to work with and does the same thing. Thanks to this post I found a clever and simple solution that should continue to work regardless of the OS version:
- Launch Automater
- Choose Application
- Search for pause and drag it to the right pane (enter 5secs or so)
- Search for server and drag Get Specified Servers and Connect to Servers (in this order) to the right pane.
- In Get Specified Servers click Add, and add the address (in my case it was afp://192.168.1.18/RAID5)
- Save the application, and add it to your OSX startup!