readonly - can't change

Rory O'Connor midget at elaris.com
Wed Oct 31 22:35:03 GMT 2001


well i've tried everything trying to get r/w access to my linux box 
(debian 2.2.3 running samba 2.0.7) from win2k.  can only get readonly.  
i'm hoping some kind sould might be able to take a look at my samba 
config and let me know what i'm doing wrong...

# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2001/11/01 00:39:30

# Global parameters
[global]
	server string = Samba Server Mr. Meow Meow
	security = SHARE
	encrypt passwords = Yes
	update encrypted = Yes
	max log size = 50
	preferred master = Yes
	dns proxy = No
	guest account = rory
	hosts allow = 192.168.0.
	printing = lprng

[homes]
	comment = Home Directories
	path = %H/Public
	valid users = %S
	writeable = Yes
	inherit permissions = Yes
	guest ok = Yes
	only user = Yes

[printers]
	comment = All Printers
	path = /var/spool/samba
	create mask = 0700
	printable = Yes
	browseable = No

[public]
	comment = Public Stuff
	path = /home/rory
	write list = @users
	writeable = Yes
	guest ok = Yes

[mp3]
	path = /home/rory/mp3
	writeable = Yes
	inherit permissions = Yes
	guest ok = Yes

[epson]
	comment = epson stylus photo 1200
	path = /var/spool/samba
	writeable = Yes
	create mask = 0700
	guest ok = Yes
	printable = Yes
	printer = epson
	printer driver = epson
	printer driver location = /etc/webmin/lpadmin/drivers/epson
	oplocks = No
	share modes = No

[rory]
	path = /home/rory
	writeable = Yes
	guest ok = Yes

[mp32]
	path = /home/rory/mp3b
	writeable = Yes
	inherit permissions = Yes
	guest ok = Yes
	locking = No






More information about the samba mailing list