Page 1 of 1

shared folders write problem

Posted: 27 May 2014 14:58
by Szabi155
Hello,
The nas4free system is new for Me. I have problem with my nas system, I install the HDDs and create shared folders by web gui. I map this network drives to XP computers, I open this folders in the win explorer, but this folders is read only I don't have permission to write.
How, where to setting the writing rights?
Thanks

Re: shared folders write problem

Posted: 27 May 2014 15:23
by b0ssman

Re: shared folders write problem

Posted: 27 May 2014 20:23
by Szabi155
Thanks for the information, I can't solve the problem is still open.
I make this cifs settings:
cifs1.JPG
cifs2.JPG
share.JPG
I choose the Anonymous authentication and ftp guest account, but the shared folders status is still read only.

Re: shared folders write problem

Posted: 27 May 2014 21:31
by raulfg3
open a shell and take control of mnt share

eg:

Code: Select all

chown -R ftp:wheel /mnt/share
and disable "store DOS atributes" only do your system slow

revise if you want to be a time server and a Master Browser , this last option can be usefull, but can be in conflict with some windows machines.

if still do not work SAMBA writes, try

Code: Select all

chmod -R 777 /mnt/share

Re: shared folders write problem

Posted: 28 May 2014 19:54
by Szabi155
Thanks for Your help, now the writing is working.