By default, the home directories and other share are exported read-only or configured as read only. Change the "read only" parameter to 'no' if you want to be able to write to them via other CIFS clients.
Configuration
Edit /etc/samba/smb.conf, enter:# vi /etc/samba/smb.confFine [Home] share configuration and update it as follows (note wriable is set to yes):
[homes]Save and close the file. Restart samba server:
comment = Home Directories
browseable = yes
read only = no
writable = yes
valid users = %S
valid users = MYDOMAIN\%S
# /etc/init.d/samba restartOR if you are using RHEL specific distro, enter:
# service smb restart
No comments:
Post a Comment