We have two servers:

1)  10.97.1.1 - Solaris 10 with a zfs fileystem called /storage/nfs/client. 

I've set the sharenfs property on this fs as follows:
sharenfs=rw=192.168.0.111,root=192.168.0.111

2)  192.168.0.111 - Redhat WS 4.  Trying to mount 10.97.1.1:/storage/nfs/client 
at /mnt/client

>From the 192.168.0.111 Redhat server I issued the following:

mount -t nfs 10.97.1.1:/storage/nfs/client /mnt/client

I've tried different variations, including specifying nfs version 3.  
Everytime, I get the same error, "mount: 10.97.1.1:/storage/nfs/client failed, 
reason given by server: Permission denied"

The zfs fs is set to share with this server, and even allow root access.  Any 
idea why I can't mount this zfs fs?  I'm sure I'm missing something simple, but 
at this point, I've been looking at it for hours and I can't figure it out.
 
 
This message posted from opensolaris.org

Reply via email to