Got a bit of a strange one.
I do a recursive change of directory/file ownership,group and access permissions using PUTTY and they work fine for that session, but the next time I boot the ReadyNas Duo up the /c directories I changed have reverted to Nobody ownership and NoGroup however directories below these directories are unaffected and remain set as I wanted.
So every time I use CIFS I can't create a new directory at drive root but have to reset via putty.
Commands used from /c
chgrp -R users photos/
chown -R keithp photos/
chmod -R 755 photos/
