aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-12 10:53:56 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-12 10:53:56 +0000
commit7b971cfa25e52d59240ff3c25ec8578c7cf36609 (patch)
tree7868df9bdf2d517960a642a60a4f15af8a4e995f /appendixa
parent7e84447bba71a030b1fda5cca63eb3de5a4fb956 (diff)
Arranging e2fs descriptions and adding the names to Appendix B
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/e2fsprogs-desc.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml
index 81d034d74..d0ab97abc 100644
--- a/appendixa/e2fsprogs-desc.xml
+++ b/appendixa/e2fsprogs-desc.xml
@@ -5,6 +5,9 @@
<para><command>badblocks</command> searches a device (usually a disk
partition) for bad blocks.</para>
+<para><command>blkid</command> is a command line utility to locate and
+print block device attributes.</para>
+
<para><command>chattr</command> changes the attributes of files on a
second extended (ext2) filesystem.</para>
@@ -27,10 +30,14 @@ data to a file.</para>
<para><command>e2label</command> will display or change the filesystem
label on the ext2 filesystem present on a given device.</para>
+<para><command>findfs</command> finds a file system by label or UUID.</para>
+
<para><command>fsck</command> is used to check, and optionally repair,
filesystems. By default it checks the filesystems listed in
<filename>/etc/fstab</filename></para>
+<para><command>logsave</command> saves the output of a command in a logfile.</para>
+
<para><command>lsattr</command> lists the attributes of files on a second
extended filesystem.</para>
@@ -56,12 +63,8 @@ identifiers (UUID). Each new UUID can reasonably be considered unique
among all UUIDs created, on the local system and on other systems, in the
past and in the future.</para>
-<para><command>blkid</command> is a command line utility to locate and
-print block device attributes.</para>
-
-<para><command>findfs</command> finds a file system by label or UUID.</para>
-
-<para><command>logsave</command> saves the output of a command in a logfile.</para>
+<para><command>libblkid</command> contains routines for device
+identification and token extraction.</para>
<para><command>libcom_err</command> is the common error display routine.</para>
@@ -75,9 +78,5 @@ programs to manipulate an ext2 filesystem.</para>
<para><command>libuuid</command> contains routines for generating unique
identifiers for objects that may be accessible beyond the local system.</para>
-<para><command>libblkid</command> contains routines for device
-identification and token extraction.
-</para>
-
</sect2>