Comment 66 for bug 185729

Revision history for this message
Roel (roel-uncinc) wrote :

i have the same issue as yaztromo mentions here:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/185729/comments/53

basically when copying a folder to a cifs-mount, the folder is created but the files fails to copy.
It looks to me like the folder is being created and it tries to copy the files before the correct rights can be given to the new folder.

when using nautilus it only happens to the first file (notice creates enough time to set correct rights?)
when using bash (cp -R folder/ cifsmount/) it happens to all files (notice creates enough time to set correct rights?)

uname -a
Linux juniorR 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux

fstab
//chef/projects /home/roel/_projects cifs credentials=/root/.credentials,uid=roel,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

excuise me my n00bness if this is posted in the wrong place!