I'm trying autofs for the first time and cannot seem to get it
working.
First of all NFS is working fine because I can mount OK via the mount
cmd:
mount MACHINEB:/testnfs /testnfs
This works fine - when I ls on /testnfs I see all the shared. I then
umount /testnfs to try my autofs
my auto.master looks like this:
/testnfs file:/etc/auto.testnfs
(I've tried boht with and without "file:")
my auto.testnfs looks like this:
* -fstype=nfs,hard,intr,rsize=8192,wsize=8192,nosuid MACHINEB:/testnfs
(have also tried with just -fstype=nfs in the options)
When I restart autofs I see the mount at /testnfs but I do not see any
of the shared files.
Any idea what might be wrong or how I can debug?
Regards.