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:
I read some same stuff that say set the following in smb.conf
neither changed the condition. Anyone got some ideas?
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?