Working on Red Hat 7.2 systems with autofs-4.0.0pre10 -- I am having troule with the /net directory. I added the nonstrict option to the auto.net file, but when I try to automount a machine in /net, it mounts all of the mount points twice. I took out the `| sort +0` part from: $SHOWMOUNT | sort +0 | \ and that helped, but it is not totally fixed. If I mount a Solaris 7 machine:
ls /net/solaris It gives a "no such file or directory" error, but if I ls /net/solaris again, the directories show up, and df shows that all mount points have been mounted twice. If I do this: ls /net/solaris;ls /net/solaris The first gives the error, and the second shows the directories. Is there some sort of timing issue here? BTW, solaris has one directory that I am not allowed to mount on the machine that I am using. Thanks, Forrest
