auto.master:
/scratch auto.scratch --timeout 60
auto.scratch:
- -fstype=nfs my.server.org:/scratch
The above configuration mounts by sub directory only e.g. /scratch/dir1 , /scratch/dir2, etc. How do I mount without the sub directory i.e. /scratch to /scratch? In other words, how do I mount a root path to another root path using autofs?