Ignore:
Timestamp:
02/11/2005 03:57:40 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6c291b58
Parents:
25d03a51
Message:

Added md5sums to Chapter 18 package instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3439 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/nfs-utils.xml

    r25d03a51 rf5f7f9d  
    77  <!ENTITY nfs-utils-download-http "http://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
    88  <!ENTITY nfs-utils-download-ftp  "ftp://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
     9  <!ENTITY nfs-utils-md5sum        "f17e9983457e1cf61c37f0be4493fce6">
    910  <!ENTITY nfs-utils-size          "260 KB">
    1011  <!ENTITY nfs-utils-buildsize     "4.1 MB">
     
    2324<title>Introduction to <application>nfs-utils</application></title>
    2425
    25 <para>The <application>nfs-utils</application> package contains the userspace server and client
    26 tools necessary to use the kernel's nfs-abilities. <acronym>NFS</acronym> is a protocol that
    27 allows sharing file systems over the network.</para>
     26<para>The <application>nfs-utils</application> package contains the userspace
     27server and client tools necessary to use the kernel's nfs-abilities.
     28<acronym>NFS</acronym> is a protocol that allows sharing file systems over the
     29network.</para>
    2830
    2931<sect3><title>Package information</title>
     
    3335<listitem><para>Download (FTP): <ulink
    3436url="&nfs-utils-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &nfs-utils-md5sum;</para></listitem>
    3538<listitem><para>Download size: &nfs-utils-size;</para></listitem>
    3639<listitem><para>Estimated disk space required:
     
    9295<sect3><title>Server Configutation</title>
    9396
    94 <para><filename>/etc/exports</filename> contains the exported directories on NFS servers.
    95 Refer to the exports manual page for the syntax of this file. Also refer to the
    96 NFS HowTo available at <ulink url="http://nfs.sourceforge.net/nfs-howto/"/> on how to
    97 configure the servers and clients in a secure manner. For example, for sharing the
    98 <filename>/home</filename> directory over the local network, the following line may
    99 be added:</para>
     97<para><filename>/etc/exports</filename> contains the exported directories on
     98<acronym>NFS</acronym> servers. Refer to the exports manual page for the
     99syntax of this file. Also refer to the <acronym>NFS</acronym> HowTo available
     100at <ulink url="http://nfs.sourceforge.net/nfs-howto/"/> on how to configure
     101the servers and clients in a secure manner. For example, for sharing the
     102<filename>/home</filename> directory over the local network, the following
     103line may be added:</para>
    100104
    101105<screen><userinput>/home 192.168.0.0/255.255.0.0(rw)</userinput></screen>
     
    108112<screen><userinput><command>make install-nfs-server</command></userinput></screen>
    109113
    110 <para>Now create the <filename>/etc/sysconfig/nfs-server</filename>
    111  configuration file:</para>
     114<para>Now create the <filename>/etc/sysconfig/nfs-server</filename> 
     115configuration file:</para>
    112116
    113117<screen><userinput><command>cat &gt; /etc/sysconfig/nfs-server &lt;&lt; "EOF"</command>
     
    122126<sect3><title>Client Configutation</title>
    123127
    124 <para><filename>/etc/fstab</filename> contains the directories that are to be mounted
    125 on the client. Alternately the partitions can be mounted by using the
    126 <command>mount</command> command with the proper options. To mount the <filename>/home</filename>
    127 partition, add the following to the <filename>/etc/fstab</filename>:</para>
     128<para><filename>/etc/fstab</filename> contains the directories that are to be
     129mounted on the client. Alternately the partitions can be mounted by using the
     130<command>mount</command> command with the proper options. To mount the
     131<filename>/home</filename> partition, add the following to the
     132<filename>/etc/fstab</filename>:</para>
    128133
    129134<screen><userinput>&lt;server-name&gt;:/home /home nfs rw 0 0</userinput></screen>
     
    175180is the <acronym>NFS</acronym> lock manager.</para></sect3>
    176181<sect3><title>mountd</title><para><command>mountd</command>
    177 is the <acronym>NFS</acronym> mount daemon which checks client-permissions.</para></sect3>
     182is the <acronym>NFS</acronym> mount daemon which checks
     183client-permissions.</para></sect3>
    178184<sect3><title>nfsd</title><para><command>nfsd</command>
    179185is the user-space daemon of the <acronym>NFS</acronym> service.</para></sect3>
Note: See TracChangeset for help on using the changeset viewer.