.hidden /.
NAS -fstype=nfs,vers=4,rw,soft,rsize=8192,wsize=8192 <my server>:/Download
This way autofs is first loading a directory .hidden which is empty, which is on purpose.
Now the errors disappear from autofs. I think this is a simple but fine solution.
In Thunar the folder .hidden is only visible when the option ¨show hidden files¨ is selected.
I made a file auto.extra with:
.hidden /. nfs,vers= 4,rw,soft, rsize=8192, wsize=8192 <my server>:/Download
NAS -fstype=
This way autofs is first loading a directory .hidden which is empty, which is on purpose.
Now the errors disappear from autofs. I think this is a simple but fine solution.
In Thunar the folder .hidden is only visible when the option ¨show hidden files¨ is selected.
See also https:/ /bugzilla. redhat. com/show_ bug.cgi? id=1437754 for more info over the bug.