update to xfsprogs-2.5.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1052 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-09-13 02:24:01 +00:00
parent ab8de21ff1
commit c815c04d19
8 changed files with 92 additions and 71 deletions

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>September 12th, 2003 [larry]: update to
xfsprogs-2.5.6.</para></listitem>
<listitem><para>September 12th, 2003 [igor]: update to
Apache-2.0.47.</para></listitem>

View File

@ -1,4 +1,4 @@
<sect1 id="intro-welcome-maillists" xreflabel="Mailing lists and archives">
<sect1 id="intro-welcome-maillists" xreflabel="Mailing lists">
<?dbhtml filename="maillists.html" dir="introduction"?>
<title>Mailing lists</title>

View File

@ -1,73 +1,73 @@
<sect2>
<title>Contents</title>
<para>xfsprogs contains <userinput>xfs_growfs</userinput>,
<userinput>xfs_admin</userinput>,
<userinput>xfs_freeze</userinput>,
<userinput>xfs_mkfile</userinput>,
<userinput>xfs_check</userinput>,
<userinput>xfs_bmap</userinput>,
<userinput>xfs_rtcp</userinput>,
<userinput>xfs_repair</userinput>,
<userinput>xfs_db</userinput>,
<userinput>xfs_logprint</userinput>,
<userinput>xfs_ncheck</userinput>,
<userinput>mkfs.xfs</userinput> and
<userinput>fsck.xfs</userinput>.</para>
<para>xfsprogs contains <command>xfs_growfs</command>,
<command>xfs_admin</command>, <command>xfs_freeze</command>,
<command>xfs_mkfile</command>, <command>xfs_check</command>,
<command>xfs_bmap</command>, <command>xfs_rtcp</command>,
<command>xfs_repair</command>, <command>xfs_db</command>,
<command>xfs_logprint</command>, <command>xfs_ncheck</command>,
<command>mkfs.xfs</command> and <command>fsck.xfs</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>xfsgrowfs</title>
<para>xfsgrowfs expands an XFS filesystem.</para></sect3>
<para><command>xfsgrowfs</command> expands an <acronym>XFS</acronym> filesystem.
</para></sect3>
<sect3><title>xfs_admin</title>
<para>xfs_admin changes the parameters of an XFS
filesystem.</para></sect3>
<para><command>xfs_admin</command> changes the parameters of an <acronym>XFS
</acronym> filesystem.</para></sect3>
<sect3><title>xfs_freeze</title>
<para>xfs_freeze suspends access to an XFS filesystem.</para></sect3>
<para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> filesystem.</para></sect3>
<sect3><title>xfs_mkfile</title>
<para>xfs_mkfile creates an XFS file, padded with zeroes by
default.</para></sect3>
<para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
padded with zeroes by default.</para></sect3>
<sect3><title>xfs_check</title>
<para>xfs_check checks XFS filesystem consistency.</para></sect3>
<para><command>xfs_check</command> checks XFS filesystem consistency.</para>
</sect3>
<sect3><title>xfs_bmap</title>
<para>xfs_bmap prints block mapping for an XFS file.</para></sect3>
<para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
</acronym> file.</para></sect3>
<sect3><title>xfs_rtcp</title>
<para>xfs_rtcp copies a file to the real-time partition on an
XFS filesystem.</para></sect3>
<para><command>xfs_rtcp</command> copies a file to the real-time
partition on an <acronym>XFS</acronym> filesystem.</para></sect3>
<sect3><title>xfs_repair</title>
<para>xfs_repair repairs corrupt or damaged XFS
filesystems.</para></sect3>
<para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
</acronym>filesystems.</para></sect3>
<sect3><title>xfs_db</title>
<para>xfs_db is used to debug an XFS filesystem.</para></sect3>
<sect3><title>xfs_logprint</title>
<para>xfs_logprint prints the log of an XFS filesystem.</para></sect3>
<sect3><title>xfs_ncheck</title>
<para>xfs_ncheck generates pathnames from inode numbers for and XFS
<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
filesystem.</para></sect3>
<sect3><title>xfs_logprint</title>
<para><command>xfs_logprint</command> prints the log of an <acronym>XFS
</acronym> filesystem.</para></sect3>
<sect3><title>xfs_ncheck</title>
<para><command>xfs_ncheck</command> generates pathnames from inode numbers for
an <acronym>XFS</acronym> filesystem.</para></sect3>
<sect3><title>mkfs.xfs</title>
<para>mkfs.xfs constructs an XFS filesystem.</para></sect3>
<para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
filesystem.</para></sect3>
<sect3><title>fsck.xfs</title>
<para>fsck.xfs simply exits with a zero status, since XFS partitions
are checked at mount time.</para></sect3>
<para><command>fsck.xfs</command> simply exits with a zero status, since
<acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
</sect2>

View File

@ -1,11 +1,12 @@
<sect2>
<title>Installation of xfsprogs</title>
<title>Installation of <application>xfsprogs</application></title>
<para>Install xfsprogs by running the following commands:</para>
<para>Install <application>xfsprogs</application> by running the following
commands:</para>
<para><screen><userinput>./configure &amp;&amp;
<screen><userinput><command>./configure &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
make install</command></userinput></screen>
</sect2>

View File

@ -1,14 +1,21 @@
<sect2>
<title>Introduction to XFS</title>
<title>Introduction to <acronym>XFS</acronym></title>
<screen>Download location (HTTP): <ulink url="&xfsprogs-download-http;"/>
Download location (FTP): <ulink url="&xfsprogs-download-ftp;"/>
Version used: &xfsprogs-version;
Package size: &xfsprogs-size;
Estimated Disk space required: &xfsprogs-buildsize;</screen>
<para>The <application>xfsprogs</application> package contains administration
and debugging tools for the <acronym>XFS</acronym> filesystem.</para>
<para>The xfsprogs package contains administration and debugging tools
for the XFS filesystem.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&xfsprogs-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&xfsprogs-download-ftp;"/></para></listitem>
<listitem><para>Download size: &xfsprogs-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&xfsprogs-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&xfsprogs-time;</para></listitem></itemizedlist>
</sect3>
</sect2>

View File

@ -1,18 +1,19 @@
<sect2>
<title>Patching Linux-&xfspatch-version; for XFS</title>
<title>Patching Linux-&xfspatch-version; for <acronym>XFS</acronym></title>
<para>Build an XFS-enabled Linux &xfspatch-version; kernel with the following commands:</para>
<para>Build an <acronym>XFS</acronym>-enabled Linux &xfspatch-version; kernel
with the following commands:</para>
<para><screen><userinput>cd /usr/src/linux &amp;&amp;
<screen><userinput><command>cd /usr/src/linux &amp;&amp;
make mrproper &amp;&amp;
bzcat ../xfs-&xfspatch-version;-all-i386.bz2 | patch -Np1 &amp;&amp;
make menuconfig &amp;&amp;
make dep &amp;&amp;
make bzImage &amp;&amp;
make modules &amp;&amp;
make modules_install &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc modules_install &amp;&amp;
cp arch/i386/boot/bzImage /boot/vmlinuz-xfs &amp;&amp;
cp System.map /boot/System.map-xfs</userinput></screen></para>
cp System.map /boot/System.map-xfs</command></userinput></screen>
</sect2>

View File

@ -1,10 +1,18 @@
<sect2>
<title>XFS kernel patch</title>
<screen>Download location (HTTP): <ulink url="&xfspatch-download-http;"/>
Download location (FTP): <ulink url="&xfspatch-download-ftp;"/>
Version used: &xfspatch-version;
Package size: &xfspatch-size;
Estimated Disk space required: &xfspatch-buildsize;</screen>
<title><acronym>XFS</acronym> kernel patch</title>
<para>The <acronym>XFS</acronym> kernel patch must be applied to use
<acronym>XFS</acronym> filesystems.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&xfspatch-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&xfspatch-download-ftp;"/></para></listitem>
<listitem><para>Download size: &xfspatch-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&xfspatch-buildsize;</para></listitem></itemizedlist>
</sect3>
<para>The XFS kernel patch must be applied to use XFS filesystems</para>
</sect2>

View File

@ -5,13 +5,14 @@
<!ENTITY xfs-inst SYSTEM "xfs-inst.xml">
<!ENTITY xfs-exp SYSTEM "xfs-exp.xml">
<!ENTITY xfs-desc SYSTEM "xfs-desc.xml">
<!ENTITY xfsprogs-buildsize "31 MB">
<!ENTITY xfsprogs-size "740 KB">
<!ENTITY xfsprogs-version "2.0.3">
<!ENTITY xfspatch-buildsize "Varies with options">
<!ENTITY xfspatch-size "840 KB">
<!ENTITY xfspatch-version "2.4.20">
<!ENTITY xfsprogs-buildsize "42 MB">
<!ENTITY xfsprogs-size "816 KB">
<!ENTITY xfsprogs-version "2.5.6">
<!ENTITY xfspatch-buildsize "">
<!ENTITY xfspatch-size "860 KB">
<!ENTITY xfspatch-version "2.4.21">
<!ENTITY xfsprogs-download-http "">
<!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1.1/cmd_tars/xfsprogs-2.0.3.src.tar.gz">
<!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1.3/cmd_tars/xfsprogs-2.5.6.src.tar.gz">
<!ENTITY xfspatch-download-http "">
<!ENTITY xfspatch-download-ftp "ftp://oss.sgi.com/projects/xfs/download/patches/2.4.20/xfs-2.4.20-all-i386.bz2">
<!ENTITY xfspatch-download-ftp "ftp://oss.sgi.com/projects/xfs/download/patches/&xfspatch-version;/xfs-&xfspatch-version;-all-i386.bz2">
<!ENTITY xfsprogs-time "">