On Fri, 2007-01-12 at 11:56 -0800, Wolfgang S. Rupprecht wrote: > Does nfs4 work on fc6. Either I'm missing a critical setup step or it > is just plain broken. I can mount the directory with nfs v3, but when > I try nfsv4 I get the following error. > > [root@arbol wolfgang]# mount arbol:/u/wolfgang /mnt -t nfs4 > mount.nfs4: Operation not permitted > [root@arbol wolfgang]# mount arbol:/u/wolfgang /mnt -t nfs > [root@arbol wolfgang]# > What does your /ext/exports on the server look like? Please note that for nfsv4 you leave off the path leading to the exported directory. My exports looks like:/export/home1 192.168.159.1/24(rw,fsid=0,sync,no_root_squash,insecure,no_subtree_check) but is mounted as myserver:/, i.e. mount -t nfs4 myserver:/ /mnt Louis