在LEDE路由上共享了一个U盘但是系统中不见
Tofloor
poster avatar
molichen
deepin
2018-01-08 01:18
Author
在路由器上共享了一个U盘
在系统的网络邻居中却无法链接上,如何将共享U盘挂载到系统中呢  。

Reply Favorite View the author
All Replies
avatar
molichen
deepin
2018-01-08 01:56
#1
手机能正常访问共享文件夹,deepin中看不到
Reply View the author
avatar
molichen
deepin
2018-01-08 06:12
#2
百度看了下 要yum配置samba,但是 deepin又运行不了yum命令 - -
Reply View the author
avatar
187******12
deepin
2018-01-08 09:06
#3
smb://router ip
Reply View the author
avatar
yjhenan
deepin
2018-01-08 10:17
#4
https://bbs.deepin.org/post/151349
百度看了下 要yum配置samba,但是 deepin又运行不了yum命令 - -

深度用的 apt 安装
  1. sudo apt install samba
Copy the Code

但是系统已经默认安装了啊
Reply View the author
avatar
187******12
deepin
2018-01-08 10:49
#5
https://bbs.deepin.org/post/151349
深度用的 apt 安装

但是系统已经默认安装了啊

路由是samba server,電腦只是client,不需要裝samba server
smb://ip
Reply View the author
avatar
molichen
deepin
2018-01-09 04:48
#6
https://bbs.deepin.org/post/151349
路由是samba server,電腦只是client,不需要裝samba server
smb://ip

chen@DESKTOP-AAG48OF:~$ smb://router ip
bash: smb://router: No such file or directory
chen@DESKTOP-AAG48OF:~$ smb//router 192.168.2.1
bash: smb//router: No such file or directory
chen@DESKTOP-AAG48OF:~$ smb://192.168.2.1
bash: smb://192.168.2.1: No such file or directory
chen@DESKTOP-AAG48OF:~$ sudo smb://192.168.2.1
[sudo] password for chen:
sudo: smb://192.168.2.1: command not found
chen@DESKTOP-AAG48OF:~$ sudo apt install samba
Reading package lists... Done
Building dependency tree      
Reading state information... Done
samba is already the newest version (2:4.6.5+dfsg-8deepin).
The following packages were automatically installed and are no longer required:
  libevent-2.1-6 libflashplugin libjsoncpp1 libutempter0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
chen@DESKTOP-AAG48OF:~$ smb
bash: smb: command not found
Reply View the author
avatar
187******12
deepin
2018-01-09 04:52
#7
https://bbs.deepin.org/post/151349
chen@DESKTOP-AAG48OF:~$ smb://router ip
bash: smb://router: No such file or directory
chen@DESKTOP ...

在文件管理器裏輸入smb://192.168.2.1
如果是終端要用smbclient,不是很方便
Reply View the author
avatar
187******12
deepin
2018-01-09 04:53
#8
https://bbs.deepin.org/post/151349
chen@DESKTOP-AAG48OF:~$ smb://router ip
bash: smb://router: No such file or directory
chen@DESKTOP ...


Reply View the author
avatar
molichen
deepin
2018-01-09 05:57
#9
Reply View the author