Displaying 1 result from an estimated 1 matches for "cscuq80704".
2017 Oct 04
2
NFS mount on Centos 7 crashing
On 2/10/2017 11:46 ??, Nikolaos Milas wrote:
> Unfortunately, it doesn't work for me.
Problem solved - at least in my case - by changing the NFS Export
Options (of the NFS shared directory, at the data storage system) from
secure to insecure. That is, I changed from:
rw,no_root_squash,no_all_squash,secure,nolog
to:
rw,no_root_squash,no_all_squash,insecure,nolog
I don't