I have to increase the number of anonymous filesystems the kernel can handle
and found the array unnamed_dev_in_use fs/super.c and changed the array size
from the default of 256 to 1024. Testing this patch by mounting more and more
NFS-filesystems I found that still no more than 800 NFS mounts are possible.
One more mount results in the kernel saying:
Jan 17 14:03:11 gl kernel: RPC: Can't bind to reserved port (98).
Jan 17 14:03:11 gl kernel: NFS: cannot create RPC transport.
Jan 17 14:03:11 gl kernel: nfs warning: mount version older than kernel
This bug can easily be reproduced any time. Does anyone know how to overcome
this strange limitation? I am really in need of a solution to get a server
running. Please help.
Thanks
Rainer
-- --------------------------------------------------------------------- Rainer Krienke krienke@uni-koblenz.de Universitaet Koblenz http://www.uni-koblenz.de/~krienke Rechenzentrum, Voice: +49 261 287 - 1312 Rheinau 1, 56075 Koblenz, Germany Fax: +49 261 287 - 1001312 --------------------------------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/