smb访问win共享文件的临时解决方案
Tofloor
poster avatar
buffallos
deepin
2018-09-03 22:26
Author
更新至15.7后,文件管理器无法使用smb://xxx.xxx.xxx.xxx方式打开win下的共享文件夹,今天偶然发现,可以先使用终端命令完成挂载并cd后挂载点目录,然后在终端邮件点击open in file manager即可,亲测可用,临时先这样用着,等着开发人员修复
Reply Favorite View the author
All Replies
avatar
张耘赫
deepin
2018-09-03 22:54
#1
怎么挂载命令怎么写
Reply View the author
Comments
snsmqing
2018-09-03 23:00
sudo mount -t cifs -o username=你的windows帐号, password=你的windows密码 //你的windowsip地址/共享名 /media/挂载点
avatar
buffallos
deepin
2018-09-04 18:28
#2
https://bbs.deepin.org/post/168383
怎么挂载命令怎么写

-o 后面最好再加上这个  uid=1000,gid=1000,   这个uid gid分别是你当前用户的用户id和组id
Reply View the author
avatar
张耘赫
deepin
2018-09-04 21:42
#3
有完整的步骤吗
Reply View the author
avatar
buffallos
deepin
2018-09-05 16:23
#4

终端中操作:
1.挂载共享文件夹至挂载点/shared
2.cd /shared
3.ls -l ,在显示出的文件夹内容范围的空白处右键点击选择 open in file manager,完成.
Reply View the author
avatar
张耘赫
deepin
2018-09-05 16:40
#5
刚刚发现可以用飞鸽传书进行局域网共享
Reply View the author