mount error(95): Operation not supported
Ubuntu16.04x64 mount NAS 服务器,经常报“mount error(95): Operation not supported “,查阅资料是因为新版kernel问题,具体神码原因就不知道了,解决方法如下:
增加选项: vers=1.0
mount -t cifs //192.168.8.127/test /dataNAS -o username=test,password=test,domain=DOMAIN,vers=1.0
mount.cifs //192.168.8.127/test /data4t/sharedir -o iocharset=utf8,username="test",password="test",sec=ntlm,vers=1.0