smbfs: ERRDOS - ERRnoaccess (Access denied). smbfs: Cannot connect to server (13, Permision denied). smbfs: Could not connect to server (13, Permision denied).
smbfs stopped working for me here. It used to always work now it fails with similar messages. I bet it stopped working when I switched to MOSNet. I will let you know.
When I get time on my peg I will try to figure out what caused the failure and try to find a workaround.
I'm sure you already know but... That "permisson denied" error is classic from lack of permissions. The "c$" share is only for Administrators, you should better use normal shares. Have in mind that shares, as a resource, have their own permissions. And then, when that resource is about a directory, this later element also has permissions. You could very well leave the resource as full control for everyone, and then have restrictions in the directory. Give it a try also with full control for everyone in the later, to see what happens. It looks as you don't have any other lower level problem (communications itself), because that error message comes from your server, that means that the two computers are actually talking. Otherwise, perhaps the operating system of your server is talking a different dialect of the protocol ("Samba", which actually is "CIFS"), and MorphOS can't cope with. Anyone else dancing samba with Windows 2003 Server?
I could not try yet with a shared folder, as I had had little time this days, but I will try soon... The thing that makes me angry, is that using smbclient everything works fine... that should mean, that it's not a permissions problem ;)... but i will try with a public share, of course... It's quite extrange...