2004-03-11 14:50:24 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Kernel Configuration</title>
|
|
|
|
|
|
|
|
<para>Enable the following options in the kernel configuration
|
|
|
|
and recompile the kernel if neccessary:</para>
|
|
|
|
|
|
|
|
<screen>File systems:
|
|
|
|
Network File Systems:
|
|
|
|
NFS File System Support: M or Y
|
|
|
|
NFS Server Support: M or Y</screen>
|
|
|
|
|
|
|
|
<para>Select the appropriate sub-options that appear when the above options
|
|
|
|
are selected.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2003-05-02 09:58:37 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of nfs-utils</title>
|
|
|
|
|
|
|
|
<para>Install nfs-utils by running the following commands:</para>
|
|
|
|
|
2004-03-11 14:50:24 +08:00
|
|
|
<para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen></para>
|
|
|
|
|
|
|
|
<note><para>If your <filename>/usr</filename> directory is NFS mounted,
|
|
|
|
you should install the executables in <filename>/sbin</filename> by passing
|
|
|
|
an additional parameter <command>--sbindir=/sbin</command> to the above
|
|
|
|
<command>./configure</command> command.</para></note>
|
2003-05-02 09:58:37 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|