Why can't I copy files from a mac to a samba share?
Posted
by chris
on Super User
See other posts from Super User
or by chris
Published on 2010-06-16T00:58:47Z
Indexed on
2010/06/16
1:03 UTC
Read the original article
Hit count: 332
I have a share set up on my ubuntu 10.04 box, and the mac can see it, connect to it, and sort of write to it.
When I try to copy a whole tree to the share, I get an error saying "The operation cannot be completed because you don't have access to some of the items". If I zip the directory, and copy that over, it succeeds.
Any explanation?
My smb.conf:
[global]
workgroup = wg
netbios name = ubuntu
security = user
[Wife Debris]
path = /home/wife/wifedebris
read only = no
guest ok = no
force user = wife
force group = wife
© Super User or respective owner