|
|

楼主 |
发表于 2009-2-1 10:45:50
|
显示全部楼层
samba应该没问题,都是按教程来的,[global]
workgroup = LINUX
server string = Samba Server %v
interfaces = lo, wlan0
bind interfaces only = Yes
security = SHARE
smb passwd file = /etc/samba/smbpasswd
log level = 3
log file = /var/log/samba/log.%m
max log size = 50
vscan-clamav:config-file = /etc/samba/vscan-clamav.conf
guest ok = Yes
hosts allow = 127.0.0.1, 192.168.1.0/24
vfs objects = vscan-clamav
[public]
comment = Public Files
path = /home/harttmann/samba/public
read only = No
create mask = 0777 我的smb.conf里注释太多,这是testparm后的结果。
我里边加browseable=yes了,怎么没显示。 |
|