我正在尝试在我的 CentOS PC 上安装共享驱动器。然而,当我跑步时
gvfs-mount smb://the.server.address/path_on_server
我收到错误Error mounting location: Failed to mount Windows share: No such file or directory
并使用 sudo 运行相同的命令给出Error mounting location: volume doesn't implement mount
。
我也似乎没有gvfs
目录。研究问题后,我发现建议说gvfs-fuse
需要包。我尝试安装该软件包并将自己添加到保险丝组(创建后),但仍然出现相同的错误。我还没有找到任何专门针对 CentOS 的信息 - 我的所有其他搜索都返回针对类似但最终不同问题的 Ubuntu 解决方案。
答案1
我想你会在这里找到答案:
以非 root 用户身份进行 Samba 挂载并提示密码
对我来说,导出 dbus-launch 值后,gvfs-mount 不再给出错误:
export $(dbus-launch)
gvfs-mount smb://workgroupname\;username@hostname/sharename