經查,這是由於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