[File Manager] deepin下无法发现同一路由器下的网络共享
Tofloor
poster avatar
如何优雅deepin
deepin
2022-03-23 19:15
Author

今天换了下ubuntu,发现ubuntu可以发现到同一办公室的电脑共享和我的玩客云设备。

deepin那个网络邻居好像是假一样,啥都没有

Reply Favorite View the author
All Replies
云的眼泪
deepin
2022-03-23 19:40
#1

打开smb服务看看,默认是禁用的。

image.png

Reply View the author
wangxinyu
deepin
2022-03-23 19:45
#2

Get了,系统服务可以操作

Reply View the author
red13
deepin
2022-03-23 19:48
#3

smb://ip 直接访问目标IP 可以访问win的共享

自建一个脚本

#!/bin/bash
dde-file-manager smb://目标IP

发送到桌面上,,可以直接访问

Reply View the author
如何优雅deepin
deepin
2022-03-23 19:55
#4
云的眼泪

打开smb服务看看,默认是禁用的。

image.png

好像文件管理器还是没变化

Reply View the author
doctor
deepin
2022-03-23 22:35
#5

系统文件管理器里的"网络邻居"受 samba 协议版本影响不能直接连接, 其他的文件管理器在这个功能上也是一致的.

Reply View the author
solothink
deepin
2022-03-23 23:58
#6
red13

smb://ip 直接访问目标IP 可以访问win的共享

自建一个脚本

#!/bin/bash
dde-file-manager smb://目标IP

发送到桌面上,,可以直接访问

怎么自建一个脚本啊

Reply View the author
如何优雅deepin
deepin
2022-03-24 01:03
#7
doctor

系统文件管理器里的"网络邻居"受 samba 协议版本影响不能直接连接, 其他的文件管理器在这个功能上也是一致的.

ubuntu可以正常浏览

Reply View the author
doctor
deepin
2022-03-24 01:16
#8
如何优雅deepin

ubuntu可以正常浏览

我说的我觉得已经很严谨了, 我没说 ubuntu 不行. 我说受限与当前 deepin 的 samba 版本, 目前不能支持网络邻居中的共享目录挂载.

Reply View the author
red13
deepin
2022-03-24 01:29
#9
solothink

怎么自建一个脚本啊

...............

1:新建 空白文档

2:输入内容

image.png

目标IP改为共享机IP

3:文档另存到 /home/<自己的用户名>/xxxxxx**.sh**

4:打开终端,给自己建 的那个文档赋权 chmod +x /home/<自己的用户名>/xxxxxx.sh

5:桌面新建空白文档.

6:输入如下内容

image.png

7另存为xxxxxx.desktop

image.png

Reply View the author
solothink
deepin
2022-03-25 04:48
#10
red13

...............

1:新建 空白文档

2:输入内容

image.png

目标IP改为共享机IP

3:文档另存到 /home/<自己的用户名>/xxxxxx**.sh**

4:打开终端,给自己建 的那个文档赋权 chmod +x /home/<自己的用户名>/xxxxxx.sh

5:桌面新建空白文档.

6:输入如下内容

image.png

7另存为xxxxxx.desktop

image.png

尝试了,非常好,解决了一直困扰我的问题。

Reply View the author