|
|

楼主 |
发表于 2005-9-19 12:52:04
|
显示全部楼层
我在root帐号下也是这样,这应该跟权限没有关系吧
下面是我的smb.conf 就第一行netbios是我加的 其他的都没动过
添加的共享是通过x界面下的samba服务器设置的
Din_share 在fat32分区上 Mail在ext3分区上
前者xp下可正常访问 后者就不行 为什么了
[global]
netbios name = hitnc
server string = samba server
printcap name = /etc/printcap
load printers = yes
printing = cups
log file = /var/log/samba/%m.log
max log size = 0
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
pam password change = yes
obey pam restrictions = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
security = SHARE
guest ok = yes
dns proxy = no
[homes]
comment = Home Directories
browseable = no
writeable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[Din_share]
comment = Din_share
path = /mnt/movie/Din_share
writeable = yes
guest ok = yes
[Mail]
comment = Mail
path = /home/din/Mail
writeable = yes
guest ok = yes |
|