Changeset e2f00829
- Timestamp:
- 04/11/2004 08:47:30 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f091a4d
- Parents:
- 5bfdbc2
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5bfdbc2 re2f00829 11 11 12 12 <itemizedlist> 13 14 <listitem><para>April 11th, 2004 [igor]: Updated to 15 XFSprogs-2.6.10 and removed XFS kernel patch (since XFS has 16 been incorporated into 2.4.25).</para></listitem> 13 17 14 18 <listitem><para>April 11th, 2004 [igor]: Patched XSane to enable -
postlfs/filesystems/xfs.xml
r5bfdbc2 re2f00829 2 2 <?dbhtml filename="xfsfs.html" dir="postlfs"?> 3 3 <title>XFS-&xfsprogs-version;</title> 4 &xfs-patch; 5 &xfs-patch-inst; 4 6 5 &xfs-intro; 7 6 &xfs-inst; … … 9 8 10 9 </sect1> 11 -
postlfs/filesystems/xfs/xfs-desc.xml
r5bfdbc2 re2f00829 2 2 <title>Contents</title> 3 3 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> 11 22 12 23 </sect2> … … 14 25 <sect2><title>Description</title> 15 26 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> 33 file system.</para></sect3> 19 34 20 35 <sect3><title>xfs_admin</title> … … 22 37 </acronym> file system.</para></sect3> 23 38 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> 33 42 34 43 <sect3><title>xfs_check</title> … … 37 46 </sect3> 38 47 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 51 parallel.</para></sect3> 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_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 67 system 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 72 file I/O path rather than the raw <acronym>XFS</acronym> volume 73 itself.</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, 81 padded 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 85 an <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> 42 90 43 91 <sect3><title>xfs_rtcp</title> … … 45 93 partition on an <acronym>XFS</acronym> file system.</para></sect3> 46 94 47 48 <sect3><title>xfs_repair</title>49 <para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS50 </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>XFS59 </acronym> file system.</para></sect3>60 61 <sect3><title>xfs_ncheck</title>62 <para><command>xfs_ncheck</command> generates pathnames from inode numbers for63 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, since71 <acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>72 73 95 </sect2> 74 -
postlfs/filesystems/xfs/xfs.ent
r5bfdbc2 re2f00829 1 1 <!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">9 2 <!ENTITY xfs-intro SYSTEM "xfs-intro.xml"> 10 3 <!ENTITY xfs-inst SYSTEM "xfs-inst.xml"> 11 4 <!ENTITY xfs-desc SYSTEM "xfs-desc.xml"> 12 <!ENTITY xfsprogs-version "2.6. 9">5 <!ENTITY xfsprogs-version "2.6.10"> 13 6 <!ENTITY xfsprogs-download-http ""> 14 7 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz"> 15 <!ENTITY xfsprogs-size "8 16KB">8 <!ENTITY xfsprogs-size "824 KB"> 16 9 <!ENTITY xfsprogs-buildsize "42 MB"> 17 <!ENTITY xfsprogs-time "0. 67SBU">10 <!ENTITY xfsprogs-time "0.56 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.