Ignore:
Timestamp:
06/10/2004 02:40:59 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
5f610523
Parents:
add4a24
Message:

Initial update with new xml style

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfs.xml

    radd4a24 r4122007  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6  <!ENTITY xfsprogs-download-http " ">
     7  <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
     8  <!ENTITY xfsprogs-size       "827 KB">
     9  <!ENTITY xfsprogs-buildsize   "42 MB">
     10  <!ENTITY xfsprogs-time     "0.69 SBU">
     11]>
     12
    113<sect1 id="xfs" xreflabel="XFS-&xfsprogs-version;">
    214<?dbhtml filename="xfsfs.html"?>
    315<title>XFS-&xfsprogs-version;</title>
    416
    5 &xfs-intro;
    6 &xfs-inst;
    7 &xfs-desc;
     17<sect2>
     18<title>Introduction to <application><acronym>XFS</acronym></application></title>
     19
     20<para>The <application>XFS</application> package contains administration
     21and debugging tools for the <acronym>XFS</acronym> file system.</para>
     22
     23<sect3><title>Package information</title>
     24<itemizedlist spacing='compact'>
     25<listitem><para>Download (HTTP): <ulink
     26url="&xfsprogs-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink
     28url="&xfsprogs-download-ftp;"/></para></listitem>
     29<listitem><para>Download size: &xfsprogs-size;</para></listitem>
     30<listitem><para>Estimated Disk space required:
     31&xfsprogs-buildsize;</para></listitem>
     32<listitem><para>Estimated build time:
     33&xfsprogs-time;</para></listitem></itemizedlist>
     34</sect3>
     35
     36</sect2>
     37
     38
     39<sect2>
     40<title>Installation of <application>XFS</application></title>
     41
     42<para>Install <application>XFS</application> by running the following
     43commands:</para>
     44
     45<screen><userinput><command>sed -i 's/autoconf//' Makefile &amp;&amp;
     46make &amp;&amp;
     47make install</command></userinput></screen>
     48
     49</sect2>
     50
     51<sect2>
     52<title>Contents</title>
     53
     54<para><application>XFS</application> contains
     55<command>fsck.xfs</command>,
     56<command>mkfs.xfs</command>,
     57<command>xfs_admin</command>,
     58<command>xfs_bmap</command>,
     59<command>xfs_check</command>,
     60<command>xfs_copy</command>,
     61<command>xfs_db</command>,
     62<command>xfs_freeze</command>,
     63<command>xfs_growfs</command>,
     64<command>xfs_info</command>,
     65<command>xfs_io</command>,
     66<command>xfs_logprint</command>,
     67<command>xfs_mkfile</command>,
     68<command>xfs_ncheck</command>,
     69<command>xfs_repair</command> and
     70<command>xfs_rtcp</command>.
     71</para>
     72
     73</sect2>
     74
     75<sect2><title>Description</title>
     76
     77<sect3><title>fsck.xfs</title>
     78<para><command>fsck.xfs</command> simply exits with a zero status, since
     79<acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
     80
     81<sect3><title>mkfs.xfs</title>
     82<para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
     83file system.</para></sect3>
     84
     85<sect3><title>xfs_admin</title>
     86<para><command>xfs_admin</command> changes the parameters of an <acronym>XFS
     87</acronym> file system.</para></sect3>
     88
     89<sect3><title>xfs_bmap</title>
     90<para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
     91</acronym> file.</para></sect3>
     92
     93<sect3><title>xfs_check</title>
     94<para><command>xfs_check</command> checks <acronym>XFS</acronym> file system
     95consistency.</para>
     96</sect3>
     97
     98<sect3><title>xfs_copy</title>
     99<para><command>xfs_copy</command> copies the contents of an
     100<acronym>XFS</acronym> file system to one or more targets in
     101parallel.</para></sect3>
     102
     103<sect3><title>xfs_db</title>
     104<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
     105file system.</para></sect3>
     106
     107<sect3><title>xfs_freeze</title>
     108<para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3>
     109
     110<sect3><title>xfs_growfs</title>
     111<para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system.
     112</para></sect3>
     113
     114<sect3><title>xfs_info</title>
     115<para><command>xfs_info</command> is equivalent to invoking
     116<command>xfs_growfs</command>, but specifying that no change to the file
     117system is to be made.</para></sect3>
     118       
     119<sect3><title>xfs_io</title>
     120<para><command>xfs_io</command> is a debugging tool like
     121<command>xfs_db</command>, but is aimed at examining the regular
     122file I/O path rather than the raw <acronym>XFS</acronym> volume
     123itself.</para></sect3>
     124
     125<sect3><title>xfs_logprint</title>
     126<para><command>xfs_logprint</command> prints the log of an <acronym>XFS
     127</acronym> file system.</para></sect3>
     128
     129<sect3><title>xfs_mkfile</title>
     130<para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
     131padded with zeroes by default.</para></sect3>
     132
     133<sect3><title>xfs_ncheck</title>
     134<para><command>xfs_ncheck</command> generates pathnames from inode numbers for
     135an <acronym>XFS</acronym> file system.</para></sect3>
     136
     137<sect3><title>xfs_repair</title>
     138<para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
     139</acronym>file systems.</para></sect3>
     140
     141<sect3><title>xfs_rtcp</title>
     142<para><command>xfs_rtcp</command> copies a file to the real-time
     143partition on an <acronym>XFS</acronym> file system.</para></sect3>
     144
     145</sect2>
    8146
    9147</sect1>
Note: See TracChangeset for help on using the changeset viewer.