On Sun, 2008-03-09 at 21:11 +0100, Stef Bon wrote: > Hello, > > some time now I've been experimenting with mounting smb shares. Now the > script > auto.smb which comes with the autofs package, generates given a server, > all the shares. > > ../server/share/<mounted samba share> > > Thus, it creates one level deep paths. I'm wondering, is it possible to > create two or even more > level deep directories with a script simular to auto.smb??
Its totally dependent on what is returned from the script. The example script, auto.smb, just returns an entry with a multi-mount offset for each share. If a more complex multi-mount is returned that should work fine. The old auto.hosts would often return a more complex multi-mount entry as NFS exports are often deeper than a single level. Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
