Jim Anderson wrote: Thank you for the suggestions. If I understood right, I should try: >>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O proto=udp and >>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O nfsvers=3 I'm not sure what that will do but I don't think it's what you want. Try these: mount -o proto=udp duke:/mnt/myFiles /mnt/myFiles mount -o nfsvers=3 duke:/mnt/myFiles /mnt/myFiles -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html