I have set up a share on the my NAS to mount at login by dragging the mount icon (from a manual mount) into my 'login items'. Onced logged in it mounts but opens a finder window with the share's contents. I also tried doing the auto mount using the following script (x = NAS ip addy):
mount volume "smb://guest😡xxx.xxx.xxx.xxx/public"
Once logged in a script popup asks to run the script, if 'run' is clicked all is well.
I am merely trying to have the share mount silently, no user input.
mount volume "smb://guest😡xxx.xxx.xxx.xxx/public"
Once logged in a script popup asks to run the script, if 'run' is clicked all is well.
I am merely trying to have the share mount silently, no user input.