红联Linux门户
Linux帮助

提示:Nautilus cannot handle “smb” locations.的解决

发布时间:2014-11-21 09:33:39来源:linux网站作者:闫明

Gentoo Linux下查看工作组网络时提示:Nautilus cannot handle “smb” locations.


主机环境:Gentoo Linux 11.2

内核版本:Linux 3.1.10

这是由于编译安装gvfs时没有加上samba的USE标记。

修改USE标记重新编译安装即可。


方法1:

修改/etc/make.conf文件中的USE标记,添加上samba

然后emerge -av gvfs


方法2:

USE=“samba” emerge -av gvfs

Gentoo的USE标记具体使用方法请查看Gentoo的官方文档http://www.gentoo.org/doc/zh_cn/handbook/handbook-x86.xml?part=2&chap=2