Niklas Saers
Back to writing

Auto-mount external drives on OS X

Run the following as root to make disks auto-mount during system startup. I use this to have an external disk to put my Tomcat, JBoss and MySQL logfiles on
defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool true