/build/static/layout/Breadcrumb_cap_w.png

Mounting smb drives on Mac without username and password to manually type in.

I have been working on mounting drives with this script in Kace as an online shell script.


#!/bin/sh
/usr/bin/osascript -e 'mount volume "smb://<servername>/sharename"'
exit


Whenever I run it with the proper names filled in above it prompts for the root password.  Is there some way I can do this on a machine that is joined to active directory and it just mounts and shows up on the desktop?


Thanks



It prompts me for the root password. 


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Senathon 7 years ago
Senior White Belt
0
The linux samba command would be
smb://user_name:password@server_name/sharename
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ