Hello everyone
This is probably not directly related to EOS because after searching the whole day for a solution I came across a lot of other topics on github with similar issues.
Everything worked as expected over a year with Thunar but now I came across this issue that seems to be independent from OS/filemanager. I have 4 samba network share in my /etc/fstab
//192.168.1.37/navidrome_media /mnt/navidrome_media smb3 uid=1000,gid=1000,credentials=/root/.smbcredentials,dir_mode=0755,file_mode=0644,nofail,noatime,noauto,x-systemd.automount,_netdev,x-systemd.mount-timeout=5 0 0
//192.168.1.37/komga_media /mnt/komga_media smb3 uid=1000,gid=1000,credentials=/root/.smbcredentials,dir_mode=0755,file_mode=0644,nofail,noatime,x-systemd.automount,_netdev 0 0
//192.168.1.37/sonarr_media /mnt/sonarr_media/ smb3 uid=1000,gid=1000,credentials=/root/.smbcredentials,dir_mode=0755,file_mode=0644,nofail,noatime,x-systemd.automount,_netdev 0 0
//192.168.1.37/zotero_media /mnt/zotero_media smb3 uid=1000,gid=1000,credentials=/root/.smbcredentials,dir_mode=0755,file_mode=0644,nofail,noatime,x-systemd.automount,_netdev 0 0
I have these shares bookmarked to the left side of Thunar and are only mounted when accessed (x-systemd.automount
) and while it worked without issue for over a year, now when I’m trying to open Thunar it hangs and is unresponsive for a long time (maybe over a minute) when these network shares are offline. It seems like Thunar is trying to access those shares because they are bookmarked, but that wasn’t the case a few days ago.
Same behavior is observed with Dolphin which is a known issue (dolphin-slow-when-remote-mount-off-line).
Nemo also seems to suffer from the exact issue HOWEVER, nemo seems to work on my side. I can open nemo and as long as I don’t try to access offline shares it’s working as expected.
What’s going on here? Thunar used to work a few days ago and now It just take minutes to even respond. Has anyone any clue how to solve this issue or where I should look? Any alternative?
System:
EOS XFCE4
dmesg logs:
[ 2520.348496] CIFS: VFS: \\192.168.1.37 has not responded in 180 seconds. Reconnecting...
[ 3713.941232] CIFS: VFS: \\192.168.1.37 has not responded in 180 seconds. Reconnecting...
[ 4038.206055] CIFS: VFS: \\192.168.1.37 has not responded in 180 seconds. Reconnecting...
Other related issues:
https://bugs.kde.org/show_bug.cgi?id=448361
Edit:
I tried the following solution from arch linux wiki (slow cold start) but that didn’t helped either.