Results 1 to 3 of 3
Hi all,
Using samba on my SUSE 9.1 installation I can view shares on all my other windows machines, and they can view the shared folders on the linux machine. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-29-2004 #1Just Joined!
- Join Date
- Jul 2004
- Posts
- 8
Samba: Cannot write to shared folders
Hi all,
Using samba on my SUSE 9.1 installation I can view shares on all my other windows machines, and they can view the shared folders on the linux machine. What they cannot do, however, is write anything to the shared folders.
Here is an excerpt from my smb.conf file:
[shared]
comment = Shared directory on Linux box
path = /shared
guest ok=yes
writeable = yes
Read only = no
How should I alter this so this folder is writeable by everyone from my windows machines.
Thanks in advance
Robin
- 07-30-2004 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- www.syracuse.com
- Posts
- 119
check the permissions set to /shared. if the permissions don't allow this to happen, then samba can't write to it. check by typing 'ls -l /shared'.
placing both writeable = yes, Read only = no is redundant. it means the same thing. but that won't effect anything, just thought you would like to know.
- 08-01-2004 #3Linux Newbie
- Join Date
- Dec 2003
- Location
- Netherlands
- Posts
- 193
maybe you should change
writeable to writable
and add public = yesComputers Are Like Air Conditioners... They\'re both useless with Windows open!


Reply With Quote
