[deepin exploration] deepin23访问xp系统共享文件夹的问题,求助解决, 谢谢!
Tofloor
poster avatar
小草
deepin
2024-09-24 11:06
Author

smb://10.20.7.170/ 回车后可看到文件,但smb://10.20.7.170/gx 出现加载错误。(gx为共享文件夹名)
2.jpeg

Reply Favorite View the author
All Replies
xclimbing
deepin
2024-09-24 11:56
#1

用mount命令试一下:

sudo mkdir /mnt/smb

sudo mount -t cifs //ip/share /mnt/smb -o user=user,pass=pass,iocharset=utf8
Reply View the author
乾豫恒益
deepin
2024-09-24 13:10
#2

agree

Reply View the author
小草
deepin
2024-09-24 13:56
#3
xclimbing

用mount命令试一下:

sudo mkdir /mnt/smb

sudo mount -t cifs //ip/share /mnt/smb -o user=user,pass=pass,iocharset=utf8

pc-xu@pc-xu-PC:~$ sudo mount -t cifs //10.20.7.170/gx /mnt/smb -o user=administrator,pass=123456,iocharset=utf8
mount error: Server abruptly closed the connection.
This can happen if the server does not support the SMB version you are trying to use.
The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0.
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

Reply View the author
小草
deepin
2024-09-24 13:57
#4
小草

pc-xu@pc-xu-PC:~$ sudo mount -t cifs //10.20.7.170/gx /mnt/smb -o user=administrator,pass=123456,iocharset=utf8
mount error: Server abruptly closed the connection.
This can happen if the server does not support the SMB version you are trying to use.
The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0.
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

上面还是不行。另外能匿名访问共享文件夹吗?

Reply View the author
坚持一个中国原则
deepin
2024-09-24 14:16
#5
小草

上面还是不行。另外能匿名访问共享文件夹吗?

按照提示试试:

sudo mount -t cifs //10.20.7.170/gx /mnt/smb -o user=administrator,pass=123456,iocharset=utf8,vers=1.0

另外请测试 smb服务端是否能ping 通。

ping 10.20.7.170

Reply View the author
UOS小白
deepin
2024-09-24 14:22
#6
坚持一个中国原则

按照提示试试:

sudo mount -t cifs //10.20.7.170/gx /mnt/smb -o user=administrator,pass=123456,iocharset=utf8,vers=1.0

另外请测试 smb服务端是否能ping 通。

ping 10.20.7.170

我的访问win10 系统也是出现这样的问题,回头试试看这个方法能不能解决 applaud

Reply View the author
方老四
deepin
2024-09-24 16:36
#7

我是通过web方式实现跨操作系统文件共享的。在应用层面,通过web服务实现上传下载。在web服务器上设定一个文件夹,通过浏览器访问这个文件夹管理页面即可,页面上可以实现上传、下载、删除等功能。

Reply View the author
小草
deepin
2024-09-24 17:51
#8
方老四

我是通过web方式实现跨操作系统文件共享的。在应用层面,通过web服务实现上传下载。在web服务器上设定一个文件夹,通过浏览器访问这个文件夹管理页面即可,页面上可以实现上传、下载、删除等功能。

1、按照上面,命令行可以访问(挂载的/MNT/SMB下能看到文件),图形界面(资源管理器中不行),匿名访问(图形界面)也不行。不知道怎么弄!

2、通过web方式实现跨操作系统文件共享的。你是怎么访问的?谢谢

Reply View the author
月夜残云
deepin
2024-09-24 19:30
#9

内网http共享不香了吗?HFS还是很经典的,还有CHFS,Mobaxterm都可以做到。

Reply View the author
燕子大王来也!
deepin
2024-09-24 21:16
#10

applaud applaud

Reply View the author
liujindong
deepin
2024-09-25 11:55
#11

用户名不要输入你系统的用户名和密码,要输入对方windowsXP共享的时候选择的用户名和密码,如果没设置,那就试试留空,或者everyone,guest,administrator之类的,账户密码相同,我这边默认两个都是everyone,如果不确定,去看看你windows电脑那边文件夹属性,共享里面,用户权限,有几个用户,叫啥名字,随便输入一个就是了。

Reply View the author
Oli
deepin
2024-09-26 23:14
#12

applaud applaud applaud

Reply View the author