On Fri, Oct 26, 2001 at 03:44:20PM -0700, Ogden, Aaron A. wrote: > As I stated in the original message, I can use the 'mount' command to access > the filesystems from Linux or Solaris with no problems. I can mount using > tcp or udp mode with no difficulty. However, when I try to mount the same > filesystems through autofs with default options the Linux filesystems are > mounted and Solaris filesystems are not.
I can only see two paths for you at this point: 1) Use strace to see what mount command the autofs daemon is issuing; or 2) Use The Source, Luke. If, as you suspect, the autofs daemon is issuing a mount command that has both tcp and udp flags in it, then it shouldn't be terribly hard to fix that. #1 will help you confirm that this hypothesis is true. You're going to end up treading path #2 in any case, I think.
