From dcee0f2f131f03d4290ac202462e49bc43e56270 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 27 Jan 2005 18:24:29 +0000 Subject: [PATCH] Added indexing tags to Chapter 5 package instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3346 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/filesystems/ext3.xml | 2 +- postlfs/filesystems/reiser.xml | 111 +++++++++------ postlfs/filesystems/xfs.xml | 243 ++++++++++++++++++++++----------- 3 files changed, 233 insertions(+), 123 deletions(-) diff --git a/postlfs/filesystems/ext3.xml b/postlfs/filesystems/ext3.xml index 2609b57f0a..3f9b0c5070 100644 --- a/postlfs/filesystems/ext3.xml +++ b/postlfs/filesystems/ext3.xml @@ -46,7 +46,7 @@ if you accidentally skip enabling the ext3 support in the kernel. /etc/fstab, enable the journal for the partition by running the following command. -tune2fs -j /dev/hdXX +tune2fs -j /dev/hdXX Remount the concerned partitions, or simply reboot if you have recompiled the kernel to enable ext3 support. diff --git a/postlfs/filesystems/reiser.xml b/postlfs/filesystems/reiser.xml index 563a70efc9..365199cf4b 100644 --- a/postlfs/filesystems/reiser.xml +++ b/postlfs/filesystems/reiser.xml @@ -7,7 +7,7 @@ - + ]> @@ -18,6 +18,9 @@ ReiserFS-&reiser-version; + +ReiserFS + Introduction to <application>ReiserFS</application> @@ -47,8 +50,11 @@ url="&reiser-download-ftp;"/> commands: ./configure --prefix=/usr --sbindir=/sbin && -make && -make install && +make + +Now, as the root user: + +make install && ln -sf reiserfsck /sbin/fsck.reiserfs && ln -sf mkreiserfs /sbin/mkfs.reiserfs @@ -59,60 +65,83 @@ ln -sf mkreiserfs /sbin/mkfs.reiserfs --prefix=/usr: This ensures that the manual pages are installed in the correct location while still -installing the programs in /sbin as they should -be. +installing the programs in /sbin as +they should be. --sbindir=/sbin: This ensures that the -ReiserFS -utilities are installed in /sbin as they should be. +ReiserFS utilities are installed in +/sbin as they should be. Contents -ReiserFS contains debugreiserfs, -mkreiserfs, reiserfsck, -resize_reiserfs and -unpack. + +Installed Programs +Installed Libraries +Installed Directories - + +debugreiserfs, mkreiserfs, reiserfsck, reiserfstune and +resize_reiserfs +None +None + + -Description + +Short Descriptions + -debugreiserfs + +debugreiserfs +can sometimes help to solve problems with +ReiserFS file systems. If it is called without +options, it prints the super block of any reiserfs file system found on the +device. + +debugreiserfs + + -debugreiserfs can sometimes help to solve problems -with ReiserFS file systems. If it is called without -options, it prints the super block of any reiserfs file system found on the -device. + +mkreiserfs +creates a ReiserFS file +system. + +mkreiserfs + + -mkreiserfs -mkreiserfs creates a + +reiserfsck +is used to check or repair a ReiserFS file system. - + +reiserfsck + + -reiserfsck -reiserfsck checks a + +reiserfstune +is used for tuning the ReiserFS +journal. WARNING: Don't use this utility without first +reading the man page thoroughly. + +reiserfstune + + + + +resize_reiserfs +is used to resize an unmounted ReiserFS file system. - - -reiserfstune -reiserfstune is used for tuning the -ReiserFS journal. -WARNING: Don't use this utility without first reading the -man page thoroughly. - -resize_reiserfs -resize_reiserfs is used to resize an unmounted -ReiserFS file system. - -unpack -The unpack utility can be used to dump -ReiserFS -file system information to files for debugging, much like -debugreiserfs. - + +resize_reiserfs + + + diff --git a/postlfs/filesystems/xfs.xml b/postlfs/filesystems/xfs.xml index 1224feb6bb..a764559f3c 100644 --- a/postlfs/filesystems/xfs.xml +++ b/postlfs/filesystems/xfs.xml @@ -5,10 +5,10 @@ %general-entities; - - - - + + + + ]> @@ -18,9 +18,13 @@ XFS-&xfsprogs-version; + +XFS + -Introduction to <application><acronym>XFS</acronym></application> +Introduction to +<application><acronym>XFS</acronym></application> The XFS package contains administration and debugging tools for the XFS file system. @@ -40,7 +44,6 @@ url="&xfsprogs-download-ftp;"/> - Installation of <application>XFS</application> @@ -48,105 +51,183 @@ url="&xfsprogs-download-ftp;"/> commands: sed -i 's/autoconf//' Makefile && -make && -make install +make + +Now, as the root user: + +make install Contents -XFS contains -fsck.xfs, -mkfs.xfs, -xfs_admin, -xfs_bmap, -xfs_check, -xfs_copy, -xfs_db, -xfs_freeze, -xfs_growfs, -xfs_info, -xfs_io, -xfs_logprint, -xfs_mkfile, -xfs_ncheck, -xfs_repair and -xfs_rtcp. - + +Installed Programs +Installed Library +Installed Directory - + +fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy, xfs_db, +xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint, xfs_mkfile, +xfs_ncheck, xfs_repair and xfs_rtcp +libhandle.so +/usr/share/doc/xfsprogs + + -Description + +Short Descriptions + -fsck.xfs -fsck.xfs simply exits with a zero status, since -XFS partitions are checked at mount time. + +fsck.xfs +simply exits with a zero status, since XFS +partitions are checked at mount time. + +fsck.xfs + + -mkfs.xfs -mkfs.xfs constructs an XFS -file system. + +mkfs.xfs +constructs an XFS file system. + +mkfs.xfs + + -xfs_admin -xfs_admin changes the parameters of an XFS - file system. + +xfs_admin +changes the parameters of an XFS file +system. + +xfs_admin + + -xfs_bmap -xfs_bmap prints block mapping for an XFS - file. + +xfs_bmap +prints block mapping for an XFS file. + +xfs_bmap + + -xfs_check -xfs_check checks XFS file system -consistency. - + +xfs_check +checks XFS file system consistency. + +xfs_check + + -xfs_copy -xfs_copy copies the contents of an -XFS file system to one or more targets in -parallel. + +xfs_copy +copies the contents of an XFS file system +to one or more targets in parallel. + +xfs_copy + + -xfs_db -xfs_db is used to debug an XFS -file system. + +xfs_db +is used to debug an XFS file system. + +xfs_db + + -xfs_freeze -xfs_freeze suspends access to an -XFS file system. + +xfs_freeze +suspends access to an XFS file +system. + +xfs_freeze + + -xfs_growfs -xfs_growfs expands an XFS file system. - + +xfs_growfs +expands an XFS file system. + +xfs_growfs + + -xfs_info -xfs_info is equivalent to invoking -xfs_growfs, but specifying that no change to the file -system is to be made. + +xfs_info +is equivalent to invoking xfs_growfs, but +specifying that no change to the file system is to be made. + +xfs_info + + -xfs_io -xfs_io is a debugging tool like -xfs_db, but is aimed at examining the regular -file I/O path rather than the raw XFS volume -itself. + +xfs_io +is a debugging tool like xfs_db, but is +aimed at examining the regular file I/O path rather than the raw +XFS volume itself. + +xfs_io + + -xfs_logprint -xfs_logprint prints the log of an XFS - file system. + +xfs_logprint +prints the log of an XFS file system. + +xfs_logprint + + -xfs_mkfile -xfs_mkfile creates an XFS file, -padded with zeroes by default. + +xfs_mkfile +creates an XFS file, padded with zeroes by +default. + +xfs_mkfile + + -xfs_ncheck -xfs_ncheck generates pathnames from inode numbers for -an XFS file system. + +xfs_ncheck +generates pathnames from inode numbers for an +XFS file system. + +xfs_ncheck + + -xfs_repair -xfs_repair repairs corrupt or damaged XFS -file systems. + +xfs_repair +repairs corrupt or damaged XFSfile +systems. + +xfs_repair + + -xfs_rtcp -xfs_rtcp copies a file to the real-time -partition on an XFS file system. + +xfs_rtcp +copies a file to the real-time partition on an +XFS file system. + +xfs_rtcp + + + + +libhandle.so +contains functions to map filesystem handles to a +corresponding open file descriptor for that filesystem. + +libhandle.so + + +