Since insanity is the topic, I won't call attention to where I'm consulting
now; here's the automount setup for Solaris, though:
== From /etc/auto_master =================================================
/home auto_home
/- /etc/auto_direct
==========================================================================
== From /etc/auto_direct =================================================
+auto.disks
==========================================================================
== Results of "ypcat auto.disks | wc" ====================================
792 1584 93983
==========================================================================
Any other entries in this derby? It is probably good to get handle on
how much of this kind of craziness there is out in the world.
I'm dealing with this on Linux via program maps that sort through 'ypcat'
and 'showmount' output and do the right thing. My maps also rely on being
in the "right" working directory, but work well enough as long as that's
the case.
Mark Carmichael