LinuxSir.cn,穿越时空的Linuxsir!

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

win98如何访问samba

[复制链接]
发表于 2006-9-1 10:45:48 | 显示全部楼层 |阅读模式
办公室里的机子基本都是linux,只有一个win98用来测试的

在linux装了samba,win98里面老是提示无法访问,网上邻居里面也没有找到linux的机子

配置文件如下:[PHP][global]
        workgroup = TUX-NET
        printing = cups
        printcap name = cups
        printcap cache time = 750
        cups options = raw
        map to guest = Bad User
        security = user   
        encrypt passwords = yes
        smb passwd file = /etc/samba/smbpasswd
        guest account = demeter
        null password = yes
        public = yes
        include = /etc/samba/dhcp.conf
        logon path = \\%L\profiles\.msprofile
        logon home = \\%L\%U\.9xprofile
        logon drive = P:
        wins support = yes
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
[printers]
        comment = All Printers
        path = /var/tmp
        printable = Yes
        create mask = 0600
        browseable = yes
[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = @ntadmin root
        force group = ntadmin
        create mask = 0664
        directory mask = 0775
[share]
comment = Public Folder
path = /home/share
guest ok = yes
public = yes
writable = yes
browseable = yes
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup
[/PHP]

哪位帮我看看?
发表于 2006-9-1 11:13:48 | 显示全部楼层
哪那么麻烦啊.我的就简单的几句
[php]
[global]
workgroup = MSHOME
server string = Setoo
log file = /var/log/samba/log.%m
max log size = 50
display charset = utf-8
unix charset = utf-8
dos charset = utf-8

[Samba]
comment = Ftp root Share
path = /home/ftp
available = yes
browseable = yes
public = yes
writable = yes
create mask = 0777
[/php]
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-9-1 15:46:37 | 显示全部楼层
按照你的配置win98可以访问吗?我试了下好像不行
因为我的打印机也要共享,所以内容比较多;当然,有一些选项是我不太理解,所以乱加上去的

还有好多东西要学啊,汗~
回复 支持 反对

使用道具 举报

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

本版积分规则

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