Answers:
我在这个ubuntuforums.org线程中找到了一个简单的答案
默认情况下,较新版本的samba不再支持DLink DNS323使用的LANMAN身份验证方案。要更正此问题,唯一要做的是:
编辑/etc/samba/smb.conf
找到[global]部分,然后插入以下行:
客户端lanman auth =是
您甚至不必重新启动,就能使用Gnome Nautilus挂载共享文件夹。
连接到另一个Lucid盒的samba共享(如果它们受密码保护)也需要这样做。具有讽刺意味的,不是吗?
您可能受到此错误的影响
在错误的注释中提出了一些“修复”,我将在这里对其进行总结。
这是我们一次用来解决此问题的方法。足够容易尝试。
gksudo gedit /etc/samba/smb.conf
在文件中找到此部分:
####### Authentication #######
# “security = user” is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html
# in the samba-doc package for details.
#security = user
取消注释安全线,并添加另一行使其看起来像这样:
####### Authentication #######
# “security = user” is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html
# in the samba-doc package for details.
security = user
username map = /etc/samba/smbusers
在名称解析顺序下面的全局部分中,添加以下行
lanman auth = yes
client lanman auth = yes
client plaintext auth = yes
这是卡尔·格罗夫(Karl Kropf)提出的
今天,我碰巧遇到了一个完全相同的问题,令人毛骨悚然,我不知道您实际上可以通过被告知0.o来捕获错误。
这最后一个安装nautilus-share的建议解决了我的问题,希望它能为您做同样的事情。
gvfs
,gvfs-fuse
,gvfs-bin
,gvfs-backends
和libgvfscommon0