samba가 윈도 7에서 읽기는 되고 쓰기가 안되네요?

hanpedro의 이미지

samba가 윈도 7에서 읽기는 되고 쓰기가 안되네요?

[global]
hosts deny = ALL
hosts allow = 192.168.0.0/24
interfaces = eth0
; bind interfaces only = Yes

workgroup = WINDSTORY
server string = Samba Server Version %v
netbios name = maestro_vb
security = share
passdb backend = tdbsam
client ntlmv2 auth = yes
; ntlm auth = yes
; lanman auth = yes
cups options = raw
username map = /etc/samba/smbusers
;encrypt passwords = No
; client plaintext auth = yes

[homes]
comment = Home Directories
browseable = no
writable = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
printable = yes

	path = /var/www/html
	comment = html-vbox
	admin users = maestro
	writeable = yes
	available = yes
	browseable = yes
;	printable = no
	locking = no
	strict locking = no
	guest ok = yes