On Fri, Oct 26, 2001 at 11:42:38AM -0400, Marty Leisner wrote: > Is there a good table fo what works/doesn't work with various versions?
Hmm... probably not. ;-) > Also I never could get /net working with autofs, I used > amd. It requires autofs version 4 -- it won't work at all with version 3. Get autofs 4 from your favorite kernel.org mirror (/pub/linux/daemons/autofs). Extract the source tarball. Apply the patches to your 2.2.x kernel (I think a 2.4.x kernel already has them), build the kernel, install it, and reboot. Then build and install the autofs software (./configure, make, make install). This includes /usr/lib/autofs/*.so, /usr/sbin/automount, man pages and an init script. Make sure the init script is installed in the correct location, and that your symlinks from your run levels are correct, etc. Copy samples/auto.net to /etc/auto.net, and then put "/net /etc/auto.net" into /etc/auto.master. Then restart autofs (using the init script). :-)
