source: networking/netprogs/netfs.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="postlfs-config-netfs" xreflabel="Configuring for Network Filesystems" revision="sysv">
9 <?dbhtml filename="netfs.html"?>
10
11
12 <title>Configuring for Network Filesystems</title>
13
14 <!-- Fake the zone for index formatting -->
15 <indexterm zone="postlfs-config-netfs postlfs-config-netfs">
16 <primary sortas="f-netfs">netfs</primary>
17 </indexterm>
18
19 <para>
20 While LFS is capable of mounting network file systems such as NFS,
21 these are not mounted by the <filename>mountfs</filename> init script.
22 Network file systems must be mounted after the networking is activated and
23 unmounted before the network goes down. The <filename>netfs</filename>
24 bootscript was written to handle both boot-time mounting of network
25 filesystems, if the entry in <filename>/etc/fstab</filename> contains the
26 <option>_netdev</option> option, and unmounting of all network filesystems
27 before the network is brought down.
28 </para>
29
30 <para>
31 As the <systemitem class="username">root</systemitem> user, install the
32 <filename>/etc/rc.d/init.d/netfs</filename> bootscript included with the
33 <xref linkend="bootscripts"/> package.
34 </para>
35
36<screen role='root'><userinput>make install-netfs</userinput></screen>
37
38</sect1>
Note: See TracBrowser for help on using the repository browser.