Mount cifs存储时提示not supported问题解决:
报错:
mount error(95):Operation not supported
排查:
1、当时刚好是mount 2个存储,结果1个可以1个不行,就反馈给负责存储同事查看2个存储的区别
2、存储同事查看后得出不行的是比较老的Netapp存储,mount error(95)错误应该是不支持的smb协议。是不是使用的smb2/3的协议,用smb1试试?
3、解决:
在/etc/fstab里加上vers=1.0后mount正常
//10.0.0.5/aa /aa cifs ro,user=xxx.xxx,pass=xxxxxx,noperm,vers=1.0 0 0
# mount /aa