your mount looks like it contains a $ sign in the mount at the top. I don’t see this in the rest of your script. If you are trying to mount a drive that has admin access through smb, e.g. D$ or E$, the $ sign may need an escape charactor.
#mount_smbfs -N -U username //Name/RemoteBakups\$ /Volumes/RemoteBakups
Not sure that this is the problem though.
Regards,
Recent Comments