I am using Tumbleweed 15.5, I have 2 nfs locations mounted from a local home server.
Every time the pc goes into sleep mode, I have to manually mount one of the nfs folders.
the other one mounts automatically. This is quite frustrating, since all the data I use is on the server and dolphin becomes very slow if the nfs are no properly mounted.
I have checked the settings on both mounts and they are identical.
TW “15.5” ??? There is an openSuse Leap 15.5, but not TW. (i.e., Tumbleweed rolling release).
Might have to have this moved to the “Leap 155” tag.
You could start by looking at the systemd journal for any priority 3 errors:
sudo journalctl -b -p3
If that doesn’t yield much results, look specifically at the journal for the NFS mount’s systemd services (if any), or even just the journal logs around the time you put the PC to sleep and try to remount it back.
You probably know this and are just forgetting in the midst of troubleshooting, but whenever you encounter a problem, the following steps would lead you to the answer most of the time:
Look at the logs for whatever service/component is acting weird
If there are no logs, enable logging for it
If the logs do not provide sufficient information to troubleshoot, increase the logging level.
Below is a solution for similar (but not exactly the same) NFS mounting problems. I assume it may help you because it will automount your NFS when needed. After a sleep ot not.
There are more people having problems with NFS mounts being to early, or being mounted at boot, but unmounted immediate. Many have solved this by using Automounting (take care, there are several cases where people call something automounting, but this is the real one). It will mount when some process needs it. And unmount after a certain time of no usage.