8KB seems to be a documented limit for UDP.
I tried to find documentation for this limit, but all I found was one reference to SunOS (of course), because of incompatible network hardware.
The real limit (based on the 16-bit length field defined in RFC 768, 1980) is 65507 bytes (plus headers, for UDP over IPv4).
However, using TCP would immediately work around the UDP message size limit. But perhaps the filer is not allowing a TCP connection for the MNT service?
TCP is not working for us at this moment (because of firewalling), so UDP is used as the fallback (as designed).
In our case, I'ld rather have the fallback fail because of a real hardware incompatibility than of an artificial software limit... ;-)
-- Robbert Eggermont Intelligent Systems Support & Data Steward | TU Delft +31 15 27 83234 | Building 28, Floor 5, Room W660 Available Mon, Wed-Fri -- 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