为什么会出现安装错误(121),远程I / O错误?


8

我按照此网页上的说明在Windows 7计算机上设置共享文件夹,以便可以在运行Ubuntu 16.04.1。的计算机上访问它。 http://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/

设置好之后,我将mount命令粘贴到Ubuntu计算机上的终端中,然后按Enter。我收到以下错误。我是Ubuntu的新用户,不知道是什么原因导致此错误。任何帮助,将不胜感激!

howard@howard-AY639AA-ABA-CQ5302F:~$ sudo mount.cifs //fx4130server/linux_share /home/howard/Desktop/Windows-Share -o user=howard
[sudo] password for howard: 
Password for howard@//fx4130server/linux_share:  ******
mount error(121): Remote I/O error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
howard@howard-AY639AA-ABA-CQ5302F:~$

我可以毫无问题地连接到网络上运行Windows的其他计算机上的文件夹。

Answers:


14

尝试添加vers=2.1您的选项字符串:

sudo mount.cifs //fx4130server/linux_share /home/howard/Desktop/Windows-Share -o user=howard,vers=2.1

1
我的Raspberry Pi曾经能够与Windows计算机的网络共享进行通信,但是它突然停止工作。添加vers=2.1解决了该问题。
亚当·泰勒,

我的VM中的Ubuntu曾经能够与Windows主机网络共享通信,但是在VM进入睡眠状态并恢复后突然停止工作。添加vers = 2.1可以解决此问题。
奥姆塔拉

从Linux Mint盒连接到win7机器。添加vers=2.1允许成功挂载共享的选项。
aizquier19年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.