Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

Automounting Volumes on OS X.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

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

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

This creates a file:

/Library/Preferences/SystemConfiguration/autodiskmount.plist