In fstab I have (redacted):
192.xxx.xxx.xx:/home/myusername/SSD2TB /home/myusername/SSD2TB nfs noauto,x-systemd.automount 0 0
I use x-systemd.automount because the remote share will not always be present in the network.
This config went without a problem until today.
Now Dolphin and Gwenview will take minutes to open.
Opening my home folder in Dolphin then takes another couple of minutes.
Once Dolphin has been opened and the home folder has been opened, Dolphin will act as expected, without the delays.
System info:
Operating System: EndeavourOS
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.245.0
Qt Version: 6.6.0
Kernel Version: 6.6.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 3.7 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
Manufacturer: Acer
Product Name: Aspire A315-53
System Version: V2.02
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
driver: r8169
Device-2: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter
driver: ath10k_pci
I’m running a Plasma 5 and a Plasma 6 setup - both with the same fstab, and now both with the same problem.
In the logs (redacted) I see messages which may be related (but I’m no expert so may not know what to look for):
nov 25 15:01:45 aspirea31553 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
nov 25 15:01:46 aspirea31553 systemd[1]: Set up automountSSD2TB.automount.
nov 25 15:02:16 aspirea31553 systemd[1]: SSD2TB.automount: Got automount request for SSD2TB, triggered by 1426 (Thread (pooled))
nov 25 15:05:59 aspirea31553 systemd[1]: SSD2TB.automount: Got automount request for SSD2TB, triggered by 1575 (KIO::WorkerThre)
nov 25 15:07:29 aspirea31553 systemd[1]: SSD2TB.automount: Got automount request for SSD2TB, triggered by 2473 (KIO::WorkerThre)
nov 25 15:10:52 aspirea31553 systemd[1]: SSD2TB.automount: Got automount request for SSD2TB, triggered by 2685 (KIO::WorkerThre)
nov 25 15:15:03 aspirea31553 systemd[1]: SSD2TB.automount: Got automount request for SSD2TB, triggered by 2960 (KIO::WorkerThre)
nov 25 15:37:28 aspirea31553 systemd[1]: SSD2TB.automount: Got automount request for SSD2TB, triggered by 4313 (KIO::WorkerThre)
nov 25 15:41:31 aspirea31553 systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
nov 25 15:41:31 aspirea31553 systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
nov 25 15:41:31 aspirea31553 systemd[1]: SSD2TB.automount: Deactivated successfully.
nov 25 15:41:31 aspirea31553 systemd[1]: Unset automount SSD2TB.automount.
There is a bug report[1] that may be related, but I’m not certain.
- Any one else seeing this same problem lately? If so, found a solution?
- As a work around: Is there a different way to mount a remote share (through fstab) that may or may not be present in the network?
Any suggestions welcome.