用mount命令试一下:
sudo mkdir /mnt/smb
sudo mount -t cifs //ip/share /mnt/smb -o user=user,pass=pass,iocharset=utf8
用mount命令试一下:
sudo mkdir /mnt/smb
sudo mount -t cifs //ip/share /mnt/smb -o user=user,pass=pass,iocharset=utf8
用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)
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)
上面还是不行。另外能匿名访问共享文件夹吗?
上面还是不行。另外能匿名访问共享文件夹吗?
按照提示试试:
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
按照提示试试:
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 系统也是出现这样的问题,回头试试看这个方法能不能解决
我是通过web方式实现跨操作系统文件共享的。在应用层面,通过web服务实现上传下载。在web服务器上设定一个文件夹,通过浏览器访问这个文件夹管理页面即可,页面上可以实现上传、下载、删除等功能。
我是通过web方式实现跨操作系统文件共享的。在应用层面,通过web服务实现上传下载。在web服务器上设定一个文件夹,通过浏览器访问这个文件夹管理页面即可,页面上可以实现上传、下载、删除等功能。
1、按照上面,命令行可以访问(挂载的/MNT/SMB下能看到文件),图形界面(资源管理器中不行),匿名访问(图形界面)也不行。不知道怎么弄!
2、通过web方式实现跨操作系统文件共享的。你是怎么访问的?谢谢
内网http共享不香了吗?HFS还是很经典的,还有CHFS,Mobaxterm都可以做到。
用户名不要输入你系统的用户名和密码,要输入对方windowsXP共享的时候选择的用户名和密码,如果没设置,那就试试留空,或者everyone,guest,administrator之类的,账户密码相同,我这边默认两个都是everyone,如果不确定,去看看你windows电脑那边文件夹属性,共享里面,用户权限,有几个用户,叫啥名字,随便输入一个就是了。
smb://10.20.7.170/ 回车后可看到文件,但smb://10.20.7.170/gx 出现加载错误。(gx为共享文件夹名)