Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gniemetz/automount

Mount shares at login
https://github.com/gniemetz/automount

apple bash-script filesystems keychain launchd mac mac-osx mount osx plist shell-script

Last synced: 13 days ago
JSON representation

Mount shares at login

Awesome Lists containing this project

README

        

# automount

You want your needed network shares mounted automatically at login without the finder popping up or passwords stored in a script?

Try automount!

## Features

- Mount shares listed in `~/Library/Preferences/it.niemetz.automount.plist` at login
- Mount shares if network settings change (roaming users)
- Mount shares only if in dedicated network
- No passwords saved, keychain is used

## Installation

Drop `automount.sh` into `/usr/local/bin`, define the shares you want to mount in `~/Library/Preferences/it.niemetz.automount.plist` and set up a LaunchAgent with `~/Library/LauchAgents/it.niemetz.automount.plist`

Log in `~/Library/Logs/automount.log`

Look into the `Library` folders for further documentation

PS: Thanks to https://github.com/childrss/webdav for the implementation of WebDAV