Ogden, Aaron A. wrote:
> Okay, but I can mount these filesystems directly with the 'mount' command
> using either NFSv3 tcp or udp and it works fine. When I try to mount these
> same partitions through autofs it hangs every time unless I force tcp mode.
> This, of course, breaks autofs w.r.t. linux servers since linux nfsd can't
> do tcp mode yet.
>
> NFS seems to be working fine in all modes, I am only having a problem with
> autofs.
>
Pardon me for sounding sceptical... autofs does mount NFS via the "mount"
command the same way you would off the command line.
Possibilities:
a) You have more than one mount(8) installed, and you end using different
ones;
b) NFS does something strange when invoked from autofs.
What version of autofs (kernel and userspace) are you running?
-hpa