LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 710|回复: 2

新人问题,不知道怎么让SMB 和WINDOWS 共享?

[复制链接]
发表于 2005-10-28 23:12:43 | 显示全部楼层 |阅读模式
这个SMB 服务器已经弄好了~~(这个是看的精华贴弄的)
用smbclient -L 自己的IP 也可以看得到 已弄好 的服务器的名字等等~~
但是,要WINDOWS 下 看不到~~
是不是要通过什么方法才可以共享呀~~

下面这个是我的SMB.conf 文件
  1. [global]
  2.         workgroup = FERORA4
  3.         server string = HOOXIN'LINUX
  4.         netbios name=fedara4
  5.         security = user
  6.         encrypt passwords = yes
  7.         log file = /var/log/samba/log.%m
  8.         max log size = 50
  9. ;        preferred master = yes
  10.         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  11.         wins support = yes
  12.         smb passwd file = /etc/samba/smbpasswd
  13.         username map = /etc/samba/smbusers
  14.         dns proxy = no
  15. ;        idmap uid = 16777216-33554431
  16. ;        idmap gid = 16777216-33554431
  17. ;        template shell = /bin/false
  18. ;        winbind use default domain = no
  19.          dos filetime resolution = True
  20.          printcap name = /etc/printcap
  21.         load printers = yes
  22.         printing = lprng
  23.        
  24. [homes]
  25.          comment = Home Directories
  26.          browseable = no
  27.          writable = yes
  28.          valid users = %S
  29.          create mode = 0775
  30.          directory mode = 0775
  31.        
  32. [MyDoc]
  33.         comment = this is a doc
  34.         path = /home/hooxin/MyDoc
  35.         writeable = no
  36.         read only=yes
  37.         browseable = yes
  38.         valid users = hooxin, new
  39.          create mask = 0775
  40.          directory mode = 0775
  41. [CM]
  42.         comment=this is CM
  43.         path =/home/hooxin/Download/CM
  44.         writeable=no
  45.         read only=yes
  46.         create mask=0775
  47.         directory mode=0775
  48.         browseable= yes
  49.         valid users=new,hooxin
复制代码
发表于 2005-10-29 21:37:09 | 显示全部楼层
下载一份samba3-howto文件,仔细看看第二章
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-30 15:03:04 | 显示全部楼层
好,谢谢~
我去看看
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表