当前位置: 技术问答>linux和unix
求助 关于samba
来源: 互联网 发布时间:2017-01-06
本文导语: 我的linux是装在win7上的vm8 虚拟机里的,linux版本是redhat9.0 在linux里安装了samba 版本是2.2.7a 的, 打算通过samba实现文件共享 但一切配置好后,在win7上ping 也通了,但在运行里面输入\ip后却 这是怎么回事 我在linux里...
我的linux是装在win7上的vm8 虚拟机里的,linux版本是redhat9.0 在linux里安装了samba 版本是2.2.7a 的,
打算通过samba实现文件共享 但一切配置好后,在win7上ping 也通了,但在运行里面输入\ip后却
这是怎么回事
我在linux里也将防火墙关了
但还是不行
打算通过samba实现文件共享 但一切配置好后,在win7上ping 也通了,但在运行里面输入\ip后却
这是怎么回事
我在linux里也将防火墙关了
但还是不行
|
samba共享用户目录的话
一个配置smb的命令,好像叫smbpwd,但也许不是
用的smbpwd -a "username",然后激活 smbpwd -e "username"。
如果要共享系统的某个目录的话,在系统的samba中去配置,然后重启samba.
一个配置smb的命令,好像叫smbpwd,但也许不是
用的smbpwd -a "username",然后激活 smbpwd -e "username"。
如果要共享系统的某个目录的话,在系统的samba中去配置,然后重启samba.
|
贴个不需要密码的global配置给你参考下
[global]
workgroup = WORKGROUP
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
include = /etc/samba/dhcp.conf
logon path = \%Lprofiles.msprofile
logon home = \%L%U.9xprofile
logon drive = P:
usershare allow guests = Yes
domain logons = Yes
domain master = Yes
local master = Yes
os level = 65
preferred master = Yes
null passwords = yes
security = share
guest ok = yes
usershare max shares = 100
[global]
workgroup = WORKGROUP
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
include = /etc/samba/dhcp.conf
logon path = \%Lprofiles.msprofile
logon home = \%L%U.9xprofile
logon drive = P:
usershare allow guests = Yes
domain logons = Yes
domain master = Yes
local master = Yes
os level = 65
preferred master = Yes
null passwords = yes
security = share
guest ok = yes
usershare max shares = 100
|
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
这部分把“; ”去掉,重启SAMBA,应该就能访问/tmp了
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
这部分把“; ”去掉,重启SAMBA,应该就能访问/tmp了
|
SELinux规则问题!