Login  Register

Re: filesystem files read

Posted by ErmanArslansOracleBlog on Apr 27, 2021; 11:58am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/filesystem-files-read-tp9679p9684.html

Check the mount options by using the mount command
Check the export options in the source, on which you shared this nfs shared/exported this nfs share..
Probably, there is a user name mapping problem, and that's why you end up with the privileges assigned for the other (last 3 bits of the chmod) and that's why you can not read the files.

Check the following MOS note:
Step by Step - Configure Direct NFS Client (DNFS) on Linux (Doc ID 762374.1)

You gonna have to configure the export options, the all_squash, anongid, anonuid properly..