<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Andreas,<br>
<br>
    After re-reading the man pages, I have the following corrections:<br>
<br>
    acl is not a supported option for nfs4.<br>
<br>
    Also, it seems that nfsv3 works fine with ACLs is that true?<br>
<br>
    So what I am doing now is this:<br>
<br>
    ip:/vol/volname /home/www/directory nfs
rw,hard,intr,exec,acl,mountvers=3 0 0<br>
<br>
    The volume mounts just fine, but when I attempt to push a default
ACL, this happens:<br>
<br>
    Operation not supported.<br>
<br>
    I am able to set regular ACLs, but default ACLs are not working.<br>
<br>
Any suggestions?<br>
<br>
THANKS!<br>
<br>
<pre class="moz-signature" cols="72">Vasiliy Boulytchev
<a class="moz-txt-link-abbreviated" href="mailto:vasiliy@linuxspecial.com">vasiliy@linuxspecial.com</a>
</pre>
<br>
<br>
Andreas Rogge wrote:
<blockquote cite="mid1170720531.13607.80.camel@cyric.rogge.de"
 type="cite">
  <pre wrap="">Hello Vasily,

you didn't read the docs for nfs v4 on linux, did you?

The filesystem-type for nfs v4 is nfs4 and not nfs. I think this is
because v4 is provided by a completely different filesystem driver
independent of the v2 and v3 implementation.

I think your fstab entry should probably look like this:
host:/path/to/export /misc/whatever nfs4 rw,hard,intr,exec,acl

Regards,
Andreas Rogge

Am Montag, den 05.02.2007, 16:55 -0500 schrieb Vasiliy Boulytchev:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Ladies and Gents,

Having a rough time with nfsv4... Trying to mount via NFS v4 to get ACL 
support...

I am getting this when i try to mount:

NFS mount version 4 s not supported.

here are my fstab options: nfs rw,hard,intr,exec,acl,mountvers=4


Nfs clients installed:

nfs-utils-1.0.6-70.EL4
nfs-utils-lib-1.0.6-3
system-config-nfs-1.2.8-1


I presume I need to upgrade... how would I go about doing so? The 
contrib repos are enabled.


THANKS FOR YOUR HELP
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
</body>
</html>