Description of problem: Attempting to mount an NFS share using the nfsvers=3 flag, whether using autofs or by hand, results in the error "NFS version 3 is not supported." This behavior is consistent regardless of whether or not the target server is RHEL4 or RHEL3. Version-Release number of selected component (if applicable): 2.6.18-1.2849.fc6 (PPC) How reproducible: Issue this command manually: # mount -t nfs -o nfsvers=3 server:/mnt/disk15 /mnt NFS version 3 is not supported. Or use and automount map that includes nfsvers=3. Additional info: If the nfsvers=3 flag is omitted, then the share can be mounted (presumably via the default, NFS v2). If version 3 is truly not supported, then the nfs man page ought to be updated to reflect that fact.
*** This bug has been marked as a duplicate of 215476 ***