I am working on a script to mount a samba share and do an rsync backup in 10.6. While rsync works fine in terminal, I cannot get the share to mount.
I use the following syntax
mkdir /Users/shepard/Desktop/Juice/
/sbin/mount_smbfs //:@192.168.1.1/tmp/mnt/Juice /Users/shepard/Desktop/Juice/...