smb访问win共享文件报错
Tofloor
poster avatar
buffallos
deepin
2018-08-27 17:48
Author
使用smb://xxx.xxx.xxx.xxx连接win共享文件夹时失败,未升级到15.7前使用正常
Reply Favorite View the author
All Replies
avatar
zhaozhendong
deepin
2018-08-27 19:16
#1
换个 gnome的文件管理器试试,我的换了就可以用了,
但论坛也有换也不行的,楼主可以试试,如果能用就先用着救急,等deepin 把bug修好了再换回来
Reply View the author
avatar
buffallos
deepin
2018-08-27 19:21
#2
https://bbs.deepin.org/post/167961
换个 gnome的文件管理器试试,我的换了就可以用了,
但论坛也有换也不行的,楼主可以试试,如果能用就先用 ...

等修复吧,临时先用终端挂载后命令行使用
Reply View the author
avatar
zccrs
deepin
2018-08-28 01:43
#3
试试直接用命令呢:gvfs-mount smb://xxx.xxx.xxx.xxx
Reply View the author
avatar
buffallos
deepin
2018-08-28 16:43
#4
这个样子的

Reply View the author
avatar
早起的虫儿有鸟吃
deepin
2018-08-28 16:58
#5
我的可以访问,但是无法进行文件操作
Reply View the author
avatar
181******81
deepin
2018-08-28 17:10
#6
试一下 sudo aptitude install -f 看看是不是samba 出错了?

我现在就是这个问题,不懂得修复。
Reply View the author
avatar
BLumia
deepin
2018-08-28 19:03
#7

试试用 gio mount 呢?大致格式是:

  1. gio mount 'smb://域;用户名@ip地址/共享目录'
Copy the Code


Reply View the author