On 8/26/19 10:43 PM, Bob Goodwin wrote:
On 8/26/19 10:25 AM, Ed Greshko wrote:
Again....
What is your /etc/exports file now on the server? If it is not in the proper format you can't expect anything to work properly.
. [root@NFS bobg]# cat /etc/exports
# 192.168.2.0/24(rw,no_root_squash)
192.168.2.0/24(rw,async,no_wdelay,no_root_squash,insecure_locks,sec=sys)
That is *wrong*.
You need to specify the directory path to be exported!!
/home 192.168.2.0/24(rw,async,no_wdelay,no_root_squash,insecure_locks,sec=sys)
Would be an example of a valid entry.