Topic : mount_smbfs: mount error: /Volumes/test: File exists
I am trying to write a script that mounts several samba drives and moves files around.
Now, the command
mount_smbfs //whatever@adrive/share /Volumes/test
works perfectly, asking me for a password; however, if I put the password as specified in the man page for both mount and mount_smbfs, it says that the test directory exists, no matter if this is true or not.
I tried to create it, to remove it, but nothing changes.
What am I doing wrong?
mbp 2.2, Mac OS X (10.5.6)