I have a server for development (Ubuntu 12.04). On that machine, I have a shared folder named "projects". I tried
sudo mount -t smbfs smb://192.168.2.28/projects/myProject /mnt/myProject
on my Ubuntu 11.10 and got the error:
Mounting cifs URL not implemented yet. Attempt to mount smb://192.168.2.28/projects/myProject.
How can I do to solve it? I need to mount the folder to use it with NetBeans.