mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged netfs.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4175 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
89acbfff2e
commit
07ac9895c4
@ -6,32 +6,32 @@
|
||||
]>
|
||||
|
||||
<sect1 id="postlfs-config-netfs" xreflabel="Configuring for Network Filesystems">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="netfs.html"?>
|
||||
|
||||
<?dbhtml filename="netfs.html"?>
|
||||
<title>Configuring for Network Filesystems</title>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<!-- Fake the zone for index formatting -->
|
||||
<indexterm zone="postlfs-config-netfs postlfs-config-netfs">
|
||||
<primary sortas="f-netfs">netfs</primary>
|
||||
</indexterm>
|
||||
<title>Configuring for Network Filesystems</title>
|
||||
|
||||
<para>While LFS is capable of mounting network file
|
||||
systems such as NFS, 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>
|
||||
<!-- Fake the zone for index formatting -->
|
||||
<indexterm zone="postlfs-config-netfs postlfs-config-netfs">
|
||||
<primary sortas="f-netfs">netfs</primary>
|
||||
</indexterm>
|
||||
|
||||
<para>As the root user, install the <filename>/etc/rc.d/init.d/netfs</filename>
|
||||
bootscript included with the <xref linkend="intro-important-bootscripts"/>
|
||||
package.</para>
|
||||
<para>While LFS is capable of mounting network file systems such as NFS,
|
||||
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>As the <systemitem class="username">root</systemitem> user, install
|
||||
the <filename>/etc/rc.d/init.d/netfs</filename> bootscript included with the
|
||||
<xref linkend="intro-important-bootscripts"/> package.</para>
|
||||
|
||||
<screen role='root'><userinput>make install-netfs</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user