红联Linux门户
Linux帮助

为什么我的共享文件不能看到 [samba]

发布时间:2007-01-24 21:34:19来源:红联作者:david_zlm
各位高人
我是个新手 今天整了 一个samba服务 想共享linux下的文件 结果在windows客户机上只能看到samba服务器上的共享文件夹 但看不到文件 还有不能在共享目录中新建文件(从win客户机远程)
smb.conf 文件如下
[global]
netbios name = U113
server string = Linux Samba Server TestServer
path = /mnt/text
workgroup = workgroup
os level = 20
null passwords = yes
guest ok = yes
user = admin
security = share
hosts allow = 192.168.0.
log file = /var/log/samba/%m.log
max log size = 50
; encrypt passwords = no
guest account = admin
; encrypt passwords = yes
; encrypt passwords = yes
unix charset = utf8
display charset = utf8
dos charset = cp950

[text]
comment=Temporary file space
path = /mnt/text
read only = no
writeable = yes
create mode = 777
directory mode = 777
public =yes
共享文件夹 文件如下
[root@U117 text]# ls -l
总计 290276
-rwxrwxrwx 1 root root 458 2004-07-07 a.txt
-rwxrwxrwx 1 777 root 1530776 10-19 23:05 daemon406-x86.exe
drwxr-xr-x 3 root root 4096 12-18 20:53 Java2
-rwxrwxrwx 1 root root 295384898 2005-03-28 JLesson1.rmvb


请大家帮我分析一下 错在那里 该如何该 才能在客户机上进行远程阅读和编辑文件
文章评论

共有 0 条评论