Im having no trouble accessing my samba drive (with the smbclient), but when I try to mount it to some folder (with given username/password) it gives this error:
mount error 20 = Not a directory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
mount //samba.address/harald /home/harald/samba -o user=username,password=password,uid=harald,gid=users
Doesnt make a difference. -t cifs isnt necessary because the mount command guesses its cifs (because of // in front of the address). The -o flag can be added before or after the mount dir.