search for: mounthere

Displaying 2 results from an estimated 2 matches for "mounthere".

Did you mean: monther
2015 Jun 17
2
AutoFS mystery ...
Care to explain those two. direct versus indirect mapping? On Wed, Jun 17, 2015 at 12:13 PM, Akemi Yagi <amyagi at gmail.com> wrote: > On Wed, Jun 17, 2015 at 11:06 AM, Ashley M. Kirchner <ashley at pcraft.com> > wrote: > > Nope, that completely takes over '/mnt' and everything else that's in > there > > becomes invisible. However, I do believe
2015 Jun 17
0
AutoFS mystery ...
...t map', you can mount virtually at any point because it uses absolute paths. In some situations (like mounting directly under /), 'direct map' is the only option for autofs. In /etc/auto.master, you add a line similar to: /- /etc/auto.direct And in /etc/auto.direct, you may have: /mounthere -fstype=cifs,rw,blah ://machine/share Akemi