AutomountMaker is a tool for mounting filesystems of type AFP, FTP, HTTP, NFS, and SMB. After having created your files of script you can open 'System Preference', choose 'Login' and drag-and-drop into your 'login items' list. At next session login, your preferred volumes will mount automatically on your desktop.
Note: While the software is classified as free, it is actually donationware. Please consider making a donation to help support development.
Note: Now requires OS X 10.9 or later; compatible with OS X 10.9 and 10.10.
- Code optimization
- Old script format compatible and converter feature available for new 1.4 format
- Removed old Growl features replaced by User Notification Center
- QuickLook generator available
- Add a hidden option ControllerDictKey:QuitEvenNoMountedVolume to quit AutomountMaker even if no volume mounted. To enable this option:defaults write fr.stga.AutomountMaker ControllerDictKey:QuitEvenNoMountedVolume YESTo disable this option:defaults delete fr.stga.AutomountMaker ControllerDictKey:QuitEvenNoMountedVolume
- Add a hidden option ControllerDictKey:HideMenubar to hide the menu bar The user can enable/disable the menu bar with keyboard shortcut Ctrl+Shift+M. To enable this option:defaults write fr.stga.AutomountMaker ControllerDictKey:HideMenubar YESTo disable this option:defaults delete fr.stga.AutomountMaker ControllerDictKey:HideMenubar