glfs/postlfs/config/netfs.xml
Randy McMurchy 6a2bce2811 Cleaned up indexing tags (should all be correct now)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3292 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-01-16 16:56:15 +00:00

35 lines
1.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="postlfs-config-netfs" xreflabel="Configuring for Network Filesystems">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="netfs.html"?>
<title>Configuring for Network Filesystems</title>
<indexterm zone="postlfs-config-netfs">
<primary sortas="f-netfs">netfs</primary></indexterm>
<para>While <acronym>LFS</acronym> is capable of mounting network file
systems such as <acronym>NFS</acronym>, these are not mounted by the
<filename>mountfs</filename> init script. Network file systems must be
mounted after the networking is activated and unmounted before the network
goes down. The <filename>netfs</filename> bootscript was written to
handle both boot-time mounting of network filesystems, if the entry in
<filename>/etc/fstab</filename> contains the <option>_netdev</option>
option, and unmounting of all network filesystems before the network is
brought down.</para>
<para>Install the <filename>/etc/rc.d/init.d/netfs</filename>
bootscript included with the
<xref linkend="intro-important-bootscripts"/> package.</para>
<screen><userinput><command>make install-netfs</command></userinput></screen>
</sect1>