1.Linux跟Windows相互能否Ping通。
2.samba服务启了没
3.前面那位也说了,global里面没有添加security=share。另外,不知道你是否打算允许guest直接访问。
看看我的配置文件能不能提供参考,允许所有用户访问ttt目录。只读。另外/home/ttt所有用户都有r属性
[global]
workgroup=Linuxgroup
server string=mytest
netbios name=mytest
max log size=50
security=share
[ttt]
path=/home/ttt
writable=no
browseable=yes
guest ok=yes