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
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
shared folders write problem
-
Szabi155
- NewUser

- Posts: 4
- Joined: 26 May 2014 18:06
- Status: Offline
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: shared folders write problem
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
-
Szabi155
- NewUser

- Posts: 4
- Joined: 26 May 2014 18:06
- Status: Offline
Re: shared folders write problem
Thanks for the information, I can't solve the problem is still open.
I make this cifs settings: I choose the Anonymous authentication and ftp guest account, but the shared folders status is still read only.
I make this cifs settings: I choose the Anonymous authentication and ftp guest account, but the shared folders status is still read only.
You do not have the required permissions to view the files attached to this post.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: shared folders write problem
open a shell and take control of mnt share
eg:
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
eg:
Code: Select all
chown -R ftp:wheel /mnt/sharerevise 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/share12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
Szabi155
- NewUser

- Posts: 4
- Joined: 26 May 2014 18:06
- Status: Offline
Re: shared folders write problem
Thanks for Your help, now the writing is working.