Debugging NFS mounts and Thunar

Hi @megavolt

I am a patient man :wink:

I am not mounting via fstab but via systemd with the following settings for each mount point, as suggested by linux-aarhus in https://forum.manjaro.org/t/nfs-mount-stopped-working/95248/7

[Unit]
Description=Afbeeldingen

[Mount]
What=192.168.0.142:/volume1/afbeeldingen
Where=/home/bert/Afbeeldingen
Type=nfs
Options=_netdev,vers=4,rsize=32768,wsize=32768
TimeoutSec=30

[Install]
WantedBy=multi-user.target