Skip to content

Instantly share code, notes, and snippets.

@nuqz
Last active May 22, 2017 16: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 nuqz/38deb00188c383a7231c409454b324de to your computer and use it in GitHub Desktop.
Save nuqz/38deb00188c383a7231c409454b324de to your computer and use it in GitHub Desktop.
Mounting Blackberry device connected over Wi-Fi as non-root User
# ...
#
# Mounting Blackberry device
//<host>/media <mountpoint> cifs credentials=/home/<user>/.smbcred,user,gid=<user>,uid=<user_group>,file_mode=0640,dir_mode=0750 0 0
@nuqz
Copy link
Author

nuqz commented May 22, 2017

And then just:

$ mount <mountpoint>
$ umount <mountpoint>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment