Whenever I tried to copy a file from OS X to the mounted Samba drive, I got this error message:
The operation can’t be completed because you don’t have permission to access some of the items.To solve the problem, turn off Unix extensions in your Samba server (Ubuntu 9.10 in my case) by adding the following line to smb.conf in the global settings block, and then restarting Samba:
unix extensions = noYou might also need to unmount and re-mount your Samba volumes from OS X after you make this change