Robocopy to CIFS share results in Error "Chaning File Attributes" or Timestamp Error

Status
Not open for further replies.

jafin

Explorer
Joined
May 30, 2011
Messages
51
When i attempt to copy files normally through copy or explorer everything is fine. So access to write files to the share is fine via 'normal' means. Read/Write/Delete all ok.

When i attempt to use the windows robocopy tool I get the following errors:
Code:
robocopy .\ \\freenas\temp *.* /FFT
2011/06/15 21:17:58 ERROR 5 (0x00000005) Time-Stamping Destination File \\freenas\temp\test.txt
Access is denied.

robocopy .\ \\freenas\temp *.*
2011/06/15 21:18:08 ERROR 5 (0x00000005) Changing File Attributes \\freenas\temp\
Access is denied.



I read some same stuff that say set the following in smb.conf
Code:
[share]
map archive = yes

[global]
dos filetimes = yes

neither changed the condition. Anyone got some ideas?
 

Tekkie

Patron
Joined
May 31, 2011
Messages
353
I am seeing the same behavior when doing a rsync from my old TeraStation to my FreeNAS8 system, AFAIK it has nothing to do with Samba, but rather how security is setup in the underlying file system as rsync by-passes Samba entirely.
 
Status
Not open for further replies.
Top