12-21-2023, 07:54 PM
Leave WiFi as configured, reboot and then look at the status for the NFS share you are mounting.
Example from one of my systems that mounts an NFS share hosted on another Pi.
Code:
mount | grep nfs4
Example from one of my systems that mounts an NFS share hosted on another Pi.
Code:
pi@moode:~ $ mount | grep nfs4
192.168.1.199:/media/VFAT128/FLAC on /mnt/NAS/TRX-NFS-FLAC type nfs4 (ro,relatime,vers=4.2,rsize=131072,wsize=131072,namlen=255,soft,proto=tcp,timeo=10,retrans=1,sec=sys,clientaddr=192.168.1.121,local_lock=none,addr=192.168.1.199)