
344 Implementing NFSv4 in the Enterprise: Planning and Migration Strategies
acl Requests using the access control list RPC
program for this NFS mount.
sec=[flavor1:...:flavorn] Specifies a list of security methods that can be
used to access files under the mount point.
Allowable security flavors are sys, dh, krb5,
krb5i, and krb5p.
vers=NFS_version Specifies the NFS version. Options are 2, 3, and
4. vers=4 is only applicable to AIX 5L V5.3.
cio Specifies the file system to be mounted for
concurrent readers and writers. I/O on files in
this file system will behave as though they had
been opened with O_CIO specified in the open()
system call.
dio ...