This is a discussion on indirect maps within the Linux Administration forums, part of the Linux Forums category; I hope someone can set me straight. I am setting up a Redhat EL4 system. I want to mounts system ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I hope someone can set me straight. I am setting up a Redhat EL4 system. I want to mounts system tools from an NFS server. In Solaris you can do this: auto_master: ----------- /- /etc/tools /etc/tools: ----------- /tools nfs1:/export/tools And this will mount it on the client as /tools. Can we do this in Redhat? I have had to do it this way: auto.master: ----------- /.mounts /etc/tools /etc/tools: ----------- tools nfs1:/export/tools Is there a way to do it the Solaris way. Thanks for the help. Mike |