Hi

I have RSYNC running perfectly, well almost.

Well, I added some stuff/folders to my raid CIFS disk yesterday. RSync dutifully copied them to my USB disk, like it should, overnight.

I can go to USBHDD/USB/SDI1/VIDEO and see the NewFolderName in there just fine. If I try to go into the NewFolderName folder, I get access denied.

So I go in with SSH and see the user/group owner is set to the user running RSYNC. So I manually change the folder to nobody.nogroup, like all the others and set the permissions like all the others with chown and chmod.

From SSH, of course, I can get into the folder, but from browser, even with the reset permissions, I get 'Access denied'

So what else do I need to do to allow a CIFS user be able to see these folders/files? ACL? Special utility on the drive somewhere. Anyone know?