samba mount issues

Issues related to applications and software problems and general support
Post Reply
QuantumKnot
Posts: 1
Joined: 2021/05/25 04:28:54

samba mount issues

Post by QuantumKnot » 2021/05/25 04:38:16

Hello,

I am running CentOS 8 (CentOS Linux release 8.3.2011) and having issues with samba mount suddenly/randomly disconnecting with the following messages in dmesg:

CIFS VFS: \\remoteserver.xxx.xx cifs_reconnect: no target servers for DFS failover
reconnect tcon failed rc = -2

I have to umount and remount it each time. This is what the mounted directory looks like after it happens

Code: Select all

d??????????   ? ?    ?          ?            ? data1
It never used to do this in the past but seems to have happened after a recent kernel update (though I've tried running the previous kernel and it still occurs). I have another CentOS 8 box that mounts this samba share and so far it hasn't had this problem.

Here is the entry in my fstab

Code: Select all

//remoteserver.xxx.xx/data   /data1  cifs   rw,user,auto,file_mode=0664,dir_mode=0775,vers=3.0,noserverino,_netdev  0 0

Post Reply