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
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:
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
Andreas,
After re-reading the man pages, I have the following corrections:
acl is not a supported option for nfs4.
Also, it seems that nfsv3 works fine with ACLs is that true?
So what I am doing now is this:
ip:/vol/volname /home/www/directory nfs rw,hard,intr,exec,acl,mountvers=3 0 0
The volume mounts just fine, but when I attempt to push a default ACL, this happens:
Operation not supported.
I am able to set regular ACLs, but default ACLs are not working.
Any suggestions?
THANKS!
Vasiliy Boulytchev vasiliy@linuxspecial.com
Andreas Rogge wrote:
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:
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
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hello Vasily,
I haven't used ACL on NFS yet. Does the setting of the default acl work if you do it on the nfs server-host? Maybe the syntax is not 100% correct. Setting a default acl requires a specific syntax (e.g. afair you cannot use -m, but must use -s).
Regards, Andreas Rogge
Am Dienstag, den 06.02.2007, 11:10 -0500 schrieb Vasiliy Boulytchev:
Andreas,
After re-reading the man pages, I have the following corrections: acl is not a supported option for nfs4. Also, it seems that nfsv3 works fine with ACLs is that true? So what I am doing now is this: ip:/vol/volname /home/www/directory nfs
rw,hard,intr,exec,acl,mountvers=3 0 0
The volume mounts just fine, but when I attempt to push a default
ACL, this happens:
Operation not supported. I am able to set regular ACLs, but default ACLs are not working.
Any suggestions?
THANKS!
Vasiliy Boulytchev vasiliy@linuxspecial.com