Displaying 2 results from an estimated 2 matches for "nfsv".
Did you mean:
  nfs
  
2010 Apr 07
1
Does control of NFS4 ACL's from NetApps work for RHEL Samba servers with Windows XP clients at all?
Good morning!
I'm reviewing some corporate storage setups involving NetApps, where
the NetApp stores what they call "UNIX Qtrees". So far, so good: those
allow the setting of access to the data with NFS4 ACL's, which are
fairly sophisticated and allow multiple groups or even multiple users
to be granted write access.or read access, besides the normal UNIX
group owner. That works
2009 Jan 21
6
nfsv3 provider: "failed to grab process"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i''m trying to use the nfsv3 provider on S10U6, with the following simple
script:
	#! /usr/sbin/dtrace -s
	#pragma D option quiet
	nfsv3:::op-read-start {
		printf("%s\n", args[1]->noi_curpath);
	}
however, when running it, i get the following error:
	dtrace: failed to compile script ./nfs2.d: line 5: failed t...