Changeset c815c04
- Timestamp:
- 09/13/2003 02:24:01 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f7b26fb
- Parents:
- ab8de21f
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rab8de21f rc815c04 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 12th, 2003 [larry]: update to 14 xfsprogs-2.5.6.</para></listitem> 12 15 13 16 <listitem><para>September 12th, 2003 [igor]: update to -
introduction/welcome/maillists.xml
rab8de21f rc815c04 1 <sect1 id="intro-welcome-maillists" xreflabel="Mailing lists and archives">1 <sect1 id="intro-welcome-maillists" xreflabel="Mailing lists"> 2 2 <?dbhtml filename="maillists.html" dir="introduction"?> 3 3 <title>Mailing lists</title> -
postlfs/filesystems/xfs/xfs-desc.xml
rab8de21f rc815c04 2 2 <title>Contents</title> 3 3 4 <para>xfsprogs contains <userinput>xfs_growfs</userinput>, 5 <userinput>xfs_admin</userinput>, 6 <userinput>xfs_freeze</userinput>, 7 <userinput>xfs_mkfile</userinput>, 8 <userinput>xfs_check</userinput>, 9 <userinput>xfs_bmap</userinput>, 10 <userinput>xfs_rtcp</userinput>, 11 <userinput>xfs_repair</userinput>, 12 <userinput>xfs_db</userinput>, 13 <userinput>xfs_logprint</userinput>, 14 <userinput>xfs_ncheck</userinput>, 15 <userinput>mkfs.xfs</userinput> and 16 <userinput>fsck.xfs</userinput>.</para> 4 <para>xfsprogs 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> 17 11 18 12 </sect2> … … 21 15 22 16 <sect3><title>xfsgrowfs</title> 23 <para>xfsgrowfs expands an XFS filesystem.</para></sect3> 17 <para><command>xfsgrowfs</command> expands an <acronym>XFS</acronym> filesystem. 18 </para></sect3> 24 19 25 20 <sect3><title>xfs_admin</title> 26 <para> xfs_admin changes the parameters of anXFS27 filesystem.</para></sect3>21 <para><command>xfs_admin</command> changes the parameters of an <acronym>XFS 22 </acronym> filesystem.</para></sect3> 28 23 29 24 30 25 <sect3><title>xfs_freeze</title> 31 <para> xfs_freeze suspends access to an XFSfilesystem.</para></sect3>26 <para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> filesystem.</para></sect3> 32 27 33 28 34 29 <sect3><title>xfs_mkfile</title> 35 <para> xfs_mkfile creates an XFS file, padded with zeroes by36 default.</para></sect3>30 <para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file, 31 padded with zeroes by default.</para></sect3> 37 32 38 33 39 34 <sect3><title>xfs_check</title> 40 <para>xfs_check checks XFS filesystem consistency.</para></sect3> 35 <para><command>xfs_check</command> checks XFS filesystem consistency.</para> 36 </sect3> 41 37 42 38 <sect3><title>xfs_bmap</title> 43 <para>xfs_bmap prints block mapping for an XFS file.</para></sect3> 39 <para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS 40 </acronym> file.</para></sect3> 44 41 45 42 <sect3><title>xfs_rtcp</title> 46 <para> xfs_rtcp copies a file to the real-time partition on an47 XFSfilesystem.</para></sect3>43 <para><command>xfs_rtcp</command> copies a file to the real-time 44 partition on an <acronym>XFS</acronym> filesystem.</para></sect3> 48 45 49 46 50 47 <sect3><title>xfs_repair</title> 51 <para> xfs_repair repairs corrupt or damagedXFS52 filesystems.</para></sect3>48 <para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS 49 </acronym>filesystems.</para></sect3> 53 50 54 51 55 52 <sect3><title>xfs_db</title> 56 <para>xfs_db is used to debug an XFS filesystem.</para></sect3> 53 <para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym> 54 filesystem.</para></sect3> 57 55 58 56 <sect3><title>xfs_logprint</title> 59 <para>xfs_logprint prints the log of an XFS filesystem.</para></sect3> 57 <para><command>xfs_logprint</command> prints the log of an <acronym>XFS 58 </acronym> filesystem.</para></sect3> 60 59 61 60 <sect3><title>xfs_ncheck</title> 62 <para>xfs_ncheck generates pathnames from inode numbers for and XFS 61 <para><command>xfs_ncheck</command> generates pathnames from inode numbers for 62 an <acronym>XFS</acronym> filesystem.</para></sect3> 63 64 <sect3><title>mkfs.xfs</title> 65 <para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym> 63 66 filesystem.</para></sect3> 64 67 65 <sect3><title>mkfs.xfs</title>66 <para>mkfs.xfs constructs an XFS filesystem.</para></sect3>67 68 68 <sect3><title>fsck.xfs</title> 69 <para> fsck.xfs simply exits with a zero status, since XFS partitions70 are checked at mount time.</para></sect3>69 <para><command>fsck.xfs</command> simply exits with a zero status, since 70 <acronym>XFS</acronym> partitions are checked at mount time.</para></sect3> 71 71 72 72 </sect2> -
postlfs/filesystems/xfs/xfs-inst.xml
rab8de21f rc815c04 1 1 <sect2> 2 <title>Installation of xfsprogs</title>2 <title>Installation of <application>xfsprogs</application></title> 3 3 4 <para>Install xfsprogs by running the following commands:</para> 4 <para>Install <application>xfsprogs</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure &&7 <screen><userinput><command>./configure && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
postlfs/filesystems/xfs/xfs-intro.xml
rab8de21f rc815c04 1 1 <sect2> 2 <title>Introduction to XFS</title>2 <title>Introduction to <acronym>XFS</acronym></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&xfsprogs-download-http;"/> 5 Download location (FTP): <ulink url="&xfsprogs-download-ftp;"/> 6 Version used: &xfsprogs-version; 7 Package size: &xfsprogs-size; 8 Estimated Disk space required: &xfsprogs-buildsize;</screen> 4 <para>The <application>xfsprogs</application> package contains administration 5 and debugging tools for the <acronym>XFS</acronym> filesystem.</para> 9 6 10 <para>The xfsprogs package contains administration and debugging tools 11 for the XFS filesystem.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&xfsprogs-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&xfsprogs-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &xfsprogs-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &xfsprogs-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: 17 &xfsprogs-time;</para></listitem></itemizedlist> 18 </sect3> 12 19 13 20 </sect2> -
postlfs/filesystems/xfs/xfs-patch-inst.xml
rab8de21f rc815c04 1 1 <sect2> 2 <title>Patching Linux-&xfspatch-version; for XFS</title>2 <title>Patching Linux-&xfspatch-version; for <acronym>XFS</acronym></title> 3 3 4 <para>Build an XFS-enabled Linux &xfspatch-version; kernel with the following commands:</para> 4 <para>Build an <acronym>XFS</acronym>-enabled Linux &xfspatch-version; kernel 5 with the following commands:</para> 5 6 6 < para><screen><userinput>cd /usr/src/linux &&7 <screen><userinput><command>cd /usr/src/linux && 7 8 make mrproper && 8 9 bzcat ../xfs-&xfspatch-version;-all-i386.bz2 | patch -Np1 && 9 10 make menuconfig && 10 make dep &&11 make bzImage &&12 make modules &&13 make modules_install &&11 make CC=/opt/gcc-2.95.3/bin/gcc dep && 12 make CC=/opt/gcc-2.95.3/bin/gcc bzImage && 13 make CC=/opt/gcc-2.95.3/bin/gcc modules && 14 make CC=/opt/gcc-2.95.3/bin/gcc modules_install && 14 15 cp arch/i386/boot/bzImage /boot/vmlinuz-xfs && 15 cp System.map /boot/System.map-xfs</ userinput></screen></para>16 cp System.map /boot/System.map-xfs</command></userinput></screen> 16 17 17 18 </sect2> -
postlfs/filesystems/xfs/xfs-patch.xml
rab8de21f rc815c04 1 1 <sect2> 2 <title>XFS kernel patch</title> 3 <screen>Download location (HTTP): <ulink url="&xfspatch-download-http;"/> 4 Download location (FTP): <ulink url="&xfspatch-download-ftp;"/> 5 Version used: &xfspatch-version; 6 Package size: &xfspatch-size; 7 Estimated Disk space required: &xfspatch-buildsize;</screen> 2 <title><acronym>XFS</acronym> kernel patch</title> 8 3 9 <para>The XFS kernel patch must be applied to use XFS filesystems</para> 4 <para>The <acronym>XFS</acronym> kernel patch must be applied to use 5 <acronym>XFS</acronym> filesystems.</para> 6 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&xfspatch-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&xfspatch-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &xfspatch-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &xfspatch-buildsize;</para></listitem></itemizedlist> 16 </sect3> 17 10 18 </sect2> -
postlfs/filesystems/xfs/xfs.ent
rab8de21f rc815c04 6 6 <!ENTITY xfs-exp SYSTEM "xfs-exp.xml"> 7 7 <!ENTITY xfs-desc SYSTEM "xfs-desc.xml"> 8 <!ENTITY xfsprogs-buildsize " 31MB">9 <!ENTITY xfsprogs-size " 740KB">10 <!ENTITY xfsprogs-version "2. 0.3">11 <!ENTITY xfspatch-buildsize " Varies with options">12 <!ENTITY xfspatch-size "8 40 KB">13 <!ENTITY xfspatch-version "2.4.2 0">8 <!ENTITY xfsprogs-buildsize "42 MB"> 9 <!ENTITY xfsprogs-size "816 KB"> 10 <!ENTITY xfsprogs-version "2.5.6"> 11 <!ENTITY xfspatch-buildsize ""> 12 <!ENTITY xfspatch-size "860 KB"> 13 <!ENTITY xfspatch-version "2.4.21"> 14 14 <!ENTITY xfsprogs-download-http ""> 15 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1. 1/cmd_tars/xfsprogs-2.0.3.src.tar.gz">15 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1.3/cmd_tars/xfsprogs-2.5.6.src.tar.gz"> 16 16 <!ENTITY xfspatch-download-http ""> 17 <!ENTITY xfspatch-download-ftp "ftp://oss.sgi.com/projects/xfs/download/patches/2.4.20/xfs-2.4.20-all-i386.bz2"> 17 <!ENTITY xfspatch-download-ftp "ftp://oss.sgi.com/projects/xfs/download/patches/&xfspatch-version;/xfs-&xfspatch-version;-all-i386.bz2"> 18 <!ENTITY xfsprogs-time "">
Note:
See TracChangeset
for help on using the changeset viewer.