NFS exports not working

Ben Russo ben at muppethouse.com
Wed Nov 17 17:52:39 UTC 2004


Dave Martini 1 wrote:
> Hi all, I have a RHEL 2.1 AS machine that is exporting the following:
> 
> exportfs -v
> /u01/app/dbafast/files
>                 <world>(rw,async,wdelay,root_squash)
> /u10/app/dbafast/files
>                 <world>(rw,async,wdelay,root_squash)
> /u11/app/dbafast/files
>                 <world>(rw,async,wdelay,root_squash)
> 
> Here's the /etc/exports file on the serer
> 
> more /etc/exports
> /u01/app/dbafast/files *(rw)
> /u10/app/dbafast/files *(rw)
> /u11/app/dbafast/files *(rw)
> 

If the ownership of the NFS exports is "root:root" and the
permissions do not include any world read/execute on the dir's
then you will have a problem.  NFS export by default doesn't
allow clients to use "root" priv's.

The other problem you might face is that the user/group UID/GID's
are not the same between the client and the server.
Also check to see that you do not have any firewalling or NAT between 
the two boxes.

-Ben.




More information about the redhat-list mailing list