mount error(121): Remote I/O error

mount -t cifs -o iocharset=cp936,username=**,password=**

运行出现异常,mount error(121): Remote I/O error。

出现这个异常是由于系统中存在不同版本的NFS,需要指明运行版本。

mount -t cifs -o iocharset=cp936,username=**,password=**,vers=2.1