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.


-- 
If simple questions can be answered with a simple google query then why are 
there so many of them?
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to