Hi Team,
I tried to mount cifs share in oracle 7.9 with smb2.0 and i am getting following error.
Aug 12 15:35:30 xxxxxx kernel: CIFS VFS: cifs_mount failed w/return code = -2
Aug 12 15:35:30 xxxxxx kernel: CIFS VFS: BAD_NETWORK_NAME: \\xxxx.lan\Technical
Aug 12 15:35:30 xxxxxx kernel: CIFS VFS: cifs_mount failed w/return code = -2
But the server is able to mount CIFS with smb v1
//test/Technical/here/here_acc/external/accidents on /here/external/accidents type cifs (rw,relatime,vers=1.0,etc)
Kernel
#########
$ uname -r
4.1.12-124.62.3.1.el7uek.x86_64
Release
#######
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
Please advice