Permissions issue when copying files over SMB to server on OS X 10.9 Mavericks

Solution 1:

Usually the authentication prompt is in relation to the destination for your copy.

Thus, from what you're describing, you should enter your Gentoo login credentials. However, I suspect the owner/write permission are too restrictive on that specific volume. Have you checked owner user/group on the problematic volume vs. the other "problem-free" volumes? Are the read/write permissions the same?

To change the permissions without resorting to Terminal, highlight the folder you want to put the user file in and select Get Info (Cmd+i). At the bottom are the permissions. Make sure that where it says "everyone" that it also says "Read & Write." You may have to click the little gold lock at the bottom of the Get Info pane to adjust this. Once you do this, you will be able to copy your folder over.

Solution 2:

I had the same problem and I think I solved it:
You have to change the server address from smb to cifs, for example if your address is:

smb://ummsnas01/MarkLab$

…change it to:

cifs://ummsnas01/MarkLab$

That's it! Hopefully it works now for you too!

Solution 3:

The solution in our case was to make the user account "mobile" on the local mac (we were having problems with a domain user not being allowed access to an smb share on a domain member server).

It was a problem on any Mavericks version where the domain user was not mobile.