Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created March 8, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/c9cf92ebb718f53f4f64888d7270be20 to your computer and use it in GitHub Desktop.
Save marrobi/c9cf92ebb718f53f4f64888d7270be20 to your computer and use it in GitHub Desktop.
mount_shares.sh
mkdir /media/geoserverdatadir
mount -t cifs ${1} /media/geoserverdatadir -o vers=3.0,username=${2},password=${3},dir_mode=0777,file_mode=0777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment