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

猜你喜欢

转载自blog.csdn.net/qq_15437629/article/details/79575485