How to make Windows 7 write to Samba shared folder?
Posted
by Jader Dias
on Server Fault
See other posts from Server Fault
or by Jader Dias
Published on 2009-05-31T15:20:39Z
Indexed on
2010/03/18
23:11 UTC
Read the original article
Hit count: 634
I can access and read a Samba folder from Windows 7. I've been following some sites instructions:
My Windows 7 is configured like told below:
http://www.tomshardware.com/forum/75-63-windows-samba-issue http://www.linuxquestions.org/questions/linux-server-73/windows-7-beta-1-and-samba-696990/
And my smb.conf has a shared folder, configured for do not require authentication, as the following site says so:
http://ubuntuforums.org/showthread.php?t=658056
I also tried the following:
chmod -R 775 sharedfolder
chown -R someuser:somegroup sharedfolder
in smb.conf :
create mask = 0775
But I still get the message that I have no permission to write.
© Server Fault or respective owner