Changeset e2f00829 for postlfs


Ignore:
Timestamp:
04/11/2004 08:47:30 PM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f091a4d
Parents:
5bfdbc2
Message:

updated to xfsprogs-2.6.10

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

Location:
postlfs/filesystems
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfs.xml

    r5bfdbc2 re2f00829  
    22<?dbhtml filename="xfsfs.html" dir="postlfs"?>
    33<title>XFS-&xfsprogs-version;</title>
    4 &xfs-patch;
    5 &xfs-patch-inst;
     4
    65&xfs-intro;
    76&xfs-inst;
     
    98
    109</sect1>
    11 
  • postlfs/filesystems/xfs/xfs-desc.xml

    r5bfdbc2 re2f00829  
    22<title>Contents</title>
    33
    4 <para><application>XFS</application> contains <command>xfs_growfs</command>,
    5 <command>xfs_admin</command>, <command>xfs_freeze</command>,
    6 <command>xfs_mkfile</command>, <command>xfs_check</command>,
    7 <command>xfs_bmap</command>, <command>xfs_rtcp</command>,
    8 <command>xfs_repair</command>, <command>xfs_db</command>,
    9 <command>xfs_logprint</command>, <command>xfs_ncheck</command>,
    10 <command>mkfs.xfs</command>  and  <command>fsck.xfs</command>.</para>
     4<para><application>XFS</application> contains
     5<command>fsck.xfs</command>,
     6<command>mkfs.xfs</command>,
     7<command>xfs_admin</command>,
     8<command>xfs_bmap</command>,
     9<command>xfs_check</command>,
     10<command>xfs_copy</command>,
     11<command>xfs_db</command>,
     12<command>xfs_freeze</command>,
     13<command>xfs_growfs</command>,
     14<command>xfs_info</command>,
     15<command>xfs_io</command>,
     16<command>xfs_logprint</command>,
     17<command>xfs_mkfile</command>,
     18<command>xfs_ncheck</command>,
     19<command>xfs_repair</command> and
     20<command>xfs_rtcp</command>.
     21</para>
    1122
    1223</sect2>
     
    1425<sect2><title>Description</title>
    1526
    16 <sect3><title>xfsgrowfs</title>
    17 <para><command>xfsgrowfs</command> expands an <acronym>XFS</acronym> file system.
    18 </para></sect3>
     27<sect3><title>fsck.xfs</title>
     28<para><command>fsck.xfs</command> simply exits with a zero status, since
     29<acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
     30
     31<sect3><title>mkfs.xfs</title>
     32<para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
     33file system.</para></sect3>
    1934
    2035<sect3><title>xfs_admin</title>
     
    2237</acronym> file system.</para></sect3>
    2338
    24 
    25 <sect3><title>xfs_freeze</title>
    26 <para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3>
    27 
    28 
    29 <sect3><title>xfs_mkfile</title>
    30 <para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
    31 padded with zeroes by default.</para></sect3>
    32 
     39<sect3><title>xfs_bmap</title>
     40<para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
     41</acronym> file.</para></sect3>
    3342
    3443<sect3><title>xfs_check</title>
     
    3746</sect3>
    3847
    39 <sect3><title>xfs_bmap</title>
    40 <para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
    41 </acronym> file.</para></sect3>
     48<sect3><title>xfs_copy</title>
     49<para><command>xfs_copy</command> copies the contents of an
     50<acronym>XFS</acronym> file system to one or more targets in
     51parallel.</para></sect3>
     52
     53<sect3><title>xfs_db</title>
     54<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
     55file system.</para></sect3>
     56
     57<sect3><title>xfs_freeze</title>
     58<para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3>
     59
     60<sect3><title>xfs_growfs</title>
     61<para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system.
     62</para></sect3>
     63
     64<sect3><title>xfs_info</title>
     65<para><command>xfs_info</command> is equivalent to invoking
     66<command>xfs_growfs</command>, but specifying that no change to the file
     67system is to be made.</para></sect3>
     68       
     69<sect3><title>xfs_io</title>
     70<para><command>xfs_io</command> is a debugging tool like
     71<command>xfs_db</command>, but is aimed at examining the regular
     72file I/O path rather than the raw <acronym>XFS</acronym> volume
     73itself.</para></sect3>
     74
     75<sect3><title>xfs_logprint</title>
     76<para><command>xfs_logprint</command> prints the log of an <acronym>XFS
     77</acronym> file system.</para></sect3>
     78
     79<sect3><title>xfs_mkfile</title>
     80<para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
     81padded with zeroes by default.</para></sect3>
     82
     83<sect3><title>xfs_ncheck</title>
     84<para><command>xfs_ncheck</command> generates pathnames from inode numbers for
     85an <acronym>XFS</acronym> file system.</para></sect3>
     86
     87<sect3><title>xfs_repair</title>
     88<para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
     89</acronym>file systems.</para></sect3>
    4290
    4391<sect3><title>xfs_rtcp</title>
     
    4593partition on an <acronym>XFS</acronym> file system.</para></sect3>
    4694
    47 
    48 <sect3><title>xfs_repair</title>
    49 <para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
    50 </acronym>file systems.</para></sect3>
    51 
    52 
    53 <sect3><title>xfs_db</title>
    54 <para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
    55 file system.</para></sect3>
    56 
    57 <sect3><title>xfs_logprint</title>
    58 <para><command>xfs_logprint</command> prints the log of an <acronym>XFS
    59 </acronym> file system.</para></sect3>
    60 
    61 <sect3><title>xfs_ncheck</title>
    62 <para><command>xfs_ncheck</command> generates pathnames from inode numbers for
    63 an <acronym>XFS</acronym> file system.</para></sect3>
    64 
    65 <sect3><title>mkfs.xfs</title>
    66 <para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
    67 file system.</para></sect3>
    68 
    69 <sect3><title>fsck.xfs</title>
    70 <para><command>fsck.xfs</command> simply exits with a zero status, since
    71 <acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
    72 
    7395</sect2>
    74 
  • postlfs/filesystems/xfs/xfs.ent

    r5bfdbc2 re2f00829  
    11<!ENTITY xfs SYSTEM "../xfs.xml">
    2 <!ENTITY xfs-patch SYSTEM "xfs-patch.xml">
    3 <!ENTITY xfs-patch-inst SYSTEM "xfs-patch-inst.xml">
    4 <!ENTITY xfspatch-version "2.4.22">
    5 <!ENTITY xfspatch-download-http "">
    6 <!ENTITY xfspatch-download-ftp "ftp://oss.sgi.com/projects/xfs/download/patches/&xfspatch-version;/xfs-&xfspatch-version;-all-i386.bz2">
    7 <!ENTITY xfspatch-buildsize "">
    8 <!ENTITY xfspatch-size "860 KB">
    92<!ENTITY xfs-intro SYSTEM "xfs-intro.xml">
    103<!ENTITY xfs-inst SYSTEM "xfs-inst.xml">
    114<!ENTITY xfs-desc SYSTEM "xfs-desc.xml">
    12 <!ENTITY xfsprogs-version "2.6.9">
     5<!ENTITY xfsprogs-version "2.6.10">
    136<!ENTITY xfsprogs-download-http "">
    147<!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
    15 <!ENTITY xfsprogs-size "816 KB">
     8<!ENTITY xfsprogs-size "824 KB">
    169<!ENTITY xfsprogs-buildsize "42 MB">
    17 <!ENTITY xfsprogs-time "0.67 SBU">
     10<!ENTITY xfsprogs-time "0.56 SBU">
Note: See TracChangeset for help on using the changeset viewer.