This commit is contained in:
gferg 2002-06-03 15:45:04 +00:00
parent a87aff19eb
commit 15775be2a5
1 changed files with 12 additions and 14 deletions

View File

@ -8,7 +8,7 @@
<title>Automount mini-Howto
<author><tt/Rahul rahulsundaram@yahoo.co.in/
<date>v0.5beta2 2002-06-03
<date>v0.5 2002-06-03
<abstract>
This file describes the autofs automounter, how to configure it, and
points out some problems to avoid.
@ -36,17 +36,15 @@ a dos filesystem and a forced-off ascii conversion mount of the same dos fs.
automount daemon, and supposedly works like the SunOS AMD. It is implemented in user space, meaning it's not part of the kernel. It's not necessary for the kernel to understand automounting if you NFS mount to the local host, through the AMD daemon, which routes all automount filesystem traffic through the NFS system. Autofs is a newer system assisted by the kernel, meaning that the kernel's filesystem code knows where the automount mount points are on an otherwise normal underlying fs, and the automount program takes it from there. Only autofs will be described in this mini-howto.
<sect>Copyright information
<p>
This mini-HOWTO is Copyright © Rahul Sundaram.All rights reserved.This document is under the LDP license.
I welcome any kind of commercial distrubution but I would like to receive information regarding this.I would
also help anyone willing to translate this document.In case of any exceptions needed to the licensing terms
please contact me <rahulsundaram@yahoo.co.in>. The latest version is always available at the Linux Documentation
website <url url="http://tldp.org/HOWTO/mini/Automount.html">.
This mini-HOWTO is Copyright © Rahul Sundaram.All rights reserved.This document is licensed under the under the LDP license available
at <url url="http://tldp.org/copyright.html">.I welcome any kind of commercial distrubution but I would like to receive information regarding this.I would
also help anyone willing to translate this document.If you require any exceptions to the licensing terms
please contact me <rahulsundaram@yahoo.co.in>. The latest version of this document is always available at the Linux Documentation
website at <url url="http://tldp.org/HOWTO/mini/Automount.html">.
<sect>Installation
<p>
Because autofs is implemented in kernel-space, your kernel must have support
compiled in. All versions of the kernel starting from 2.2.xx supports autofs.
<p>The automount program and its configuration files are also necessary; using the rpms. The RedHat distribution has this package as part of the installation.
Autofs is implemented in kernel-space, so your kernel must have support compiled in. All versions of the kernel starting from 2.2.xx supports autofs.
<p>The automount program and its configuration files are also necessary; using the rpms. The RedHat distribution has this package available as part of the installation.
<sect>Configuration
<p>Installing the RPM packages will get you to this point easily enough, but here's the part you might not be sure about if you haven't done this before.
@ -176,9 +174,9 @@ There's a autofs tutorial at <url url="http://www.linuxhq.com/lg/issue24/nielsen
See also am-utils at <url url="http://www.cs.columbia.edu/~ezk/am-utils">
<sect>Acknowledgements
<p>
I would like to thank don@sabotage.org(email seems to be invalid now) for his original work on this mini-Howto.I would thank
all my friends for their support and everyone who were patient enough with me while i completed
this work.Please email me to rahulsundaram@yahoo.co.in in case of any suggestions,improvements or if you have any bright ideas.
Please contact me if you have any good tutorials or stuff that I add to this document.Thanks in advance.
I would like to thank don <don@sabotage.org>(email id seems to be invalid now) for his original work on this mini-Howto.I would thank
all my friends for their support and everyone who were patient enough with me while i completed this work.
Please mail me to rahulsundaram@yahoo.co.in in case of any suggestions,improvements or if you have any bright ideas.
Please mail me if you have any good tutorials or stuff that I can add to this document.Thanks in advance.
</article>