>>>118 total. When I attempt to mount the 57th one, I >>>get "Too many mounted Filesystems" >> >> >> Sorry I don't know what the limitations are for non-anonymous filesystems. >> 57 seems a bit unusual though. > >Is that the exact error message? >Can you post the kernel message log with that message in it?
I don't think he said it was a kernel message. And since the kernel has not traditionally issued a message when failing a mount for any reason, I suspect it's a message from the program doing the mount. But I don't know how a mount program would recognize such a condition. util-linux 'mount' has a message that includes "too many mounted filesystems" in a list of of possible reasons a mount may have failed. By the way, it's always a good idea to use the -t (type) option on util-linux 'mount'. You get better diagnostic information and less arbitrary behavior that way. Without -t, 'mount' tries types until one works and can't tell the difference between a bad guess at the type and a legitimate mount failure. - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html