Oracle Linux Server 9.3 & cifs mount
I've a Oracle Linux Server 9.3 server (with kernel 5.15.0-203.146.5.1.el9uek.x86_64) and a cifs share (fstab line):
//serverxy.domein/data$/folder/apim/test /u01/share cifs vers=3.0,credentials=/etc/G_credential.cred,uid=<REMOVED>,gid=<REMOVED>,mfsymlinks,noperm 0 0
I can mount the cifs share (it show in mount and also in /proc/mounts) and I can create/remove files on /u01/share. The files are also visible on //serverxy.domein/data$/folder/apim/test
But when I do a 'df -h" the mount is not visable!!
I've other linux servers with very similar cifs mount and it works fine. The other servers have a kernel version 5.15.0-202.135.2.el9uek.x86_64