
Mount.nfs: prog 100005, trying vers=3, prot=6 Mount.nfs: portmap query retrying: RPC: Timed out Mount.nfs: prog 100003, trying vers=3, prot=6 Mount.nfs: trying text-based options 'addr=192.168.1.8' Mount.nfs: mount(2): Protocol not supported Mount.nfs: timeout set for Thu ApNF 9 00:37:14 2020S: bad mount option value specified: minorversion=1 I then try to do the mounting using the following command on the client SAMA5D27: $ sudo mount -v -t nfs 192.168.1.8:/Users/mntpnt /mntpnt I then started nfsd on the laptop by running the following commands: $ sudo nfsd enable

On my laptop, I've edited the /etc/exports file to say the following: /Users/mntpnt -network 192.168.1.8 -mask 255.255.255.0

I've assigned an IP address to the SAMA5D27 board, and am able to ping the SAMA5D27 board from my laptop, and vice versa. I am trying to mount an NFS server with the Server side being my laptop running MacOS Mojave, and the client side being my SAMA5D27 board running Ubuntu Linux built using Yocto.
