Just testing autofs herarchies:

--- /etc/auto.master ---
/mnt/autofs     program:/etc/auto.autofs --timeout=50 --debug --verbose
------------------------

--- /etc/auto.autofs ---
#!/bin/bash

echo -fstype=autofs     program:/etc/auto.autofs
------------------------

cd /mnt/autofs/a/b/c
ps axww

--- output ---
...
23343 pts/0    S      0:00 /usr/sbin/automount --pid-file
/var/run/automount.mnt.autofs.pid --timeout=50 --verbose --debug
/mnt/autofs program /etc/auto.autofs
23385 pts/0    S      0:00 /usr/sbin/automount --submount --timeout=50
--debug /mnt/autofs/a program /etc/auto.autofs
23391 pts/0    S      0:00 /usr/sbin/automount --submount --timeout=50
--debug /mnt/autofs/a/b program /etc/auto.autofs
23397 pts/0    S      0:00 /usr/sbin/automount --submount --timeout=50
--debug /mnt/autofs/a/b/c program /etc/auto.autofs
...
--------------

a few seconds later automount with pid 23397 unexpectly dies

_______________________________________________
autofs mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to