Automounting Volumes on OS X Raw

OS X (client) will only mount external drives on user login (and not
reboot). To correct this,

```bash
sudo defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool true
```

This creates a file:

    /Library/Preferences/SystemConfiguration/autodiskmount.plist