I have an NFS share on an OpenBsd server. When I assess the share from my Ubuntu box I don't seem to have all permission eg write. Also copying a file from the NFS share to the Ubuntu machine can take > 1 hour for a 44mb file. Any suggestions?
I exported the share through /etc/exports:
/home/some_user/downloads -alldirs -maproot=some_user -network=192.168.5.0 -mask=255.255.255.0
And mounted the share the following.
sudo mount 192.168.5.60:/home/some_user/downloads ~/test