Linux系统挂载windows共享目录报错mount error(121):remote error I/O error

经查,这是由于NFS(Network File System)即网络文件系统服务器有多个版本,V2、V3、V4。而且各版本同时运行,因此挂载时需要说明版本号

mount -o username='pkpk8',vers=2.1 //9.2.65.120/test /mnt/windows

 

mount -t cifs -o username=ubuntu,password=12345,gid=65534,uid=65534,vers=2.1 //192.168.1.29/PAPA /home/xiao/work

 

posted @ 2018-07-31 14:24  坠落鱼  阅读(9127)  评论(0编辑  收藏  举报