furicle
Dabbler
- Joined
- Feb 14, 2012
- Messages
- 18
I've been bashing this around for a while. I had a nice working 8.02 box joined to the domain and working fine.
I had some trouble (own stupidity) upgrading to 8.04 but even after I sorted that out I was still having permissions issues.
I've since taken another box, did a fresh 8.02 install, confirmed working and then upgraded to 8.04 and had it break the same way.
To reproduce, create new 8.02 FreeNAS, join to AD, create CIFS share and copy some stuff into a folder.
Then try to copy both the files and permissions back.
e.g. on any PC in domain
Will work fine.
Now upgrade box to 8.04 changing nothing else[\b] and repeat, and you get
The other visual clue is the Administrator user's icon will have red X attached only when looking at the FreeNAS share
I'm at a loss what to do next - if I clean install the box using 8.04 will it work? I'd have to re set up all the other things I have on it like a half dozen Time Machine shares and users which I'd rather not do.
But staying back at 8.02 isn't a good idea either.
Anybody have a clue how to fix it 'in place'? The permissions look right to me, even though they don't work.
I had some trouble (own stupidity) upgrading to 8.04 but even after I sorted that out I was still having permissions issues.
I've since taken another box, did a fresh 8.02 install, confirmed working and then upgraded to 8.04 and had it break the same way.
To reproduce, create new 8.02 FreeNAS, join to AD, create CIFS share and copy some stuff into a folder.
Then try to copy both the files and permissions back.
e.g. on any PC in domain
Code:
robocopy \\freenas\share\ C:\Users\Administrator\Desktop\test /copyall /mir /fft /r:1 /w:1 /v
Will work fine.
Now upgrade box to 8.04 changing nothing else[\b] and repeat, and you get
Code:
2012/06/20 16:18:14 ERROR 5 (0x00000005) Copying NTFS Security to Destination Directory Access is denied.
The other visual clue is the Administrator user's icon will have red X attached only when looking at the FreeNAS share

I'm at a loss what to do next - if I clean install the box using 8.04 will it work? I'd have to re set up all the other things I have on it like a half dozen Time Machine shares and users which I'd rather not do.
But staying back at 8.02 isn't a good idea either.
Anybody have a clue how to fix it 'in place'? The permissions look right to me, even though they don't work.