This patch changes the default transport of NFS mounts from UDP to TCP, iff the transport not explicitly specified and the server support TCP mounts. This patch is backwards compatible with servers that don't support TCP mounts since it quarries the server (which was already happening for the mount version) to see if the server support TCP mounts. SteveD.