Hi Henk,
Here is the original command without colour.
Code:
alastair@IBMW530:~> grep --color=never nfs /etc/fstab
192.168.169.134:/multimedia /home/alastair/NFS_Multimedia_NFS nfs noauto,nofail,x-systemd.automoun
t,x-systemd.mount-timeout=10,_netdev,x-systemd.idle-timeout=5min,nfsvers=4 0 0
alastair@IBMW530:~>
and now:-
Code:
alastair@IBMW530:~> grep nfs /etc/fstab | cat
192.168.169.134:/multimedia /home/alastair/NFS_Multimedia_NFS nfs noauto,nofail,x-systemd.automoun
t,x-systemd.mount-timeout=10,_netdev,x-systemd.idle-timeout=5min,nfsvers=4 0 0
alastair@IBMW530:~>
However the goal posts have been changed somewhat so I am not sure what causes the problem.