Am Sonntag, 8. April 2012, 20:46:44 schrieb lynn:
[...] Clients: /etc/auto.master /home/CACTUS /etc/auto.misc
So, you are using inderect maps. And you want to map the entry with the key "foo" of /etc/auto.misc to "/home/CACTUS/foo"?
/etc/auto.misc 192.168.1.0/24 -rw,sec=krb5,vers=3 /home/CACTUS/&
Strange, the format of the indirect map file is "key [-options] location". E.g.: | foo -rw,sec=krb5,vers=3 192.168.1.1:/home/CACTUS/& Then, autofs should mount the share "/home/CACTUS/foo" of the server at the directory "/home/CACTUS/foo" on the client---in case of 192.168.1.1 being the ip address of your server. But your key 192.168.1.0/24 does not even look like a location.
When we start the automounter on 12.1: /etc/auto.misc is mounted on on /home ???
What do you expect? It is correct, that the output of "mount" says that the entries of your "/etc/auto.master" are mounted with the fstype "autofs". This does not imply that there is any share mounted. Each actually mounted share is listed separately in the output of "mount" with the real fstype like "nfs" in your case. However, according to your "/etc/auto.master", I would expect that "mount" shows "/etc/auto.misc" mounted on "/home/CACTUS", not on "/home".
On Ubuntu clients, nothing happens until we hit a share, e.g. someone logs in. [...]
Just set DEFAULT_BROWSE_MODE to "no" in /etc/sysconfig/autofs. Gruß Jan -- If things were left to chance, they'd be better. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org