挂载出错:
kylin@PC-01:~/桌面$ sudo mount -a
mount error(121):Remote I/O error
Refer to the mount.cifs(8) manual page(e.g.man mount.cifs)and kernel log messages(dmesg)
解决方法:
经查,这是由于NFD(Network File System),即网络文件系统服务器有多个版本,V2、V3、V4,而且各版本同时运行,因此挂载时需要说明版本号
- mount -o username='pkpk8',vers=2.1 //192.168.1.1/test /mnt/windows
- mount -t cifs -o username=ubuntu,password=123456,gid=1000,uid=1000,vers=2.1 //192.168.1.1/PAPA /home/xiao/work
复制代码
|
|
|
|
|
版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报