我是在红帽linux5.0里装了samba,是想把整个根目录让windows访问,但配置好后从windows里访问linux服务器,能访问根目录的一部分目录,但home目录没有找到。不知道哪里配置错了?为什么不能看到home?
smb.conf配置如下:
[global]
workgroup = MYGROUP
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = share
guest ok = yes
writable = yes
force user = root
path = /home
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[share]
path = /
Fzzd 于 2008-10-09 20:30:17发表:
一言中地
rtl 于 2008-10-09 20:01:56发表:
browseable = no 不允???,不能看到很正常
[ 本帖最后由 rtl 于 2008-10-9 20:05 编辑 ]