NFS - mount: permission denied

Orion Poplawski orion at cora.nwra.com
Fri Mar 3 23:03:40 UTC 2006


Clodoaldo Pinto wrote:
> I can't mount an exported fc5t3 server nfs share from a fc4 client. It
> was working when the server was fc3.
> 
> [root at dkt ~]# mount -t nfs4 s0:/home /mnt/s0
> mount: permission denied
> 
> The server is fc5t3 and the client fc4. SELinux is disabled in both.
> 
> Server fc5t3 config:
> 
> [root at s0 ~]# uname -a
> Linux s0 2.6.15-1.1996_FC5 #1 Tue Feb 28 16:03:15 EST 2006 i686 athlon
> i386 GNU/Linux
> 
> [root at s0 ~]# cat /etc/exports
> /home      10.1.1.0/24(rw,sync,nohide)
> 

for nfs4 don't you need:

/home      10.1.1.0/24(rw,sync,fsid=0)

and:

mount -t nfs4 s0:/ /mnt/s0

NFSv4 is very different than v3.

- Orion




More information about the fedora-test-list mailing list