diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /appendixa/e2fsprogs-desc.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/e2fsprogs-desc.xml')
-rw-r--r-- | appendixa/e2fsprogs-desc.xml | 73 |
1 files changed, 24 insertions, 49 deletions
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml index 52618e3ef..dba04427b 100644 --- a/appendixa/e2fsprogs-desc.xml +++ b/appendixa/e2fsprogs-desc.xml @@ -1,11 +1,9 @@ <sect2> <title>Contents</title> -<para> -The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks, +<para>The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks, debugfs, dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, mke2fs, mkfs.ext2, -mklost+found and tune2fs programs. -</para> +mklost+found and tune2fs programs.</para> </sect2> @@ -13,109 +11,86 @@ mklost+found and tune2fs programs. <sect3><title>chattr</title> -<para> -chattr changes the file attributes on a Linux second extended file system. -</para> +<para>chattr changes the file attributes on a Linux second extended file +system. </para> </sect3> <sect3><title>lsattr</title> -<para> -lsattr lists the file attributes on a second extended file system. -</para> +<para>lsattr lists the file attributes on a second extended file system.</para> </sect3> <sect3><title>uuidgen</title> -<para> -The uuidgen program creates a new universally unique identifier (UUID) +<para>The uuidgen program creates a new universally unique identifier (UUID) using the libuuid library. The new UUID can reasonably be considered unique among all UUIDs created on the local system, and among UUIDs created on other -systems in the past and in the future. -</para> +systems in the past and in the future.</para> </sect3> <sect3><title>badblocks</title> -<para> -badblocks is used to search for bad blocks on a device (usually a disk -partition). -</para> +<para>badblocks is used to search for bad blocks on a device (usually a disk +partition).</para> </sect3> <sect3><title>debugfs</title> -<para> -The debugfs program is a file system debugger. It can be used to examine -and change the state of an ext2 file system. -</para> +<para>The debugfs program is a file system debugger. It can be used to examine +and change the state of an ext2 file system.</para> </sect3> <sect3><title>dumpe2fs</title> -<para> -dumpe2fs prints the super block and blocks group information for the -filesystem present on a specified device. -</para> +<para>dumpe2fs prints the super block and blocks group information for the +filesystem present on a specified device.</para> </sect3> <sect3><title>e2fsck and fsck.ext2</title> -<para> -e2fsck is used to check a Linux second extended file system. fsck.ext2 -does the same as e2fsck. -</para> +<para>e2fsck is used to check a Linux second extended file system. fsck.ext2 +does the same as e2fsck.</para> </sect3> <sect3><title>e2label</title> -<para> -e2label will display or change the filesystem label on the ext2 filesystem -located on the specified device. -</para> +<para>e2label will display or change the filesystem label on the ext2 +filesystem located on the specified device.</para> </sect3> <sect3><title>fsck</title> -<para> -fsck is used to check and optionally repair a Linux file system. -</para> +<para>fsck is used to check and optionally repair a Linux file system.</para> </sect3> <sect3><title>mke2fs and mkfs.ext2</title> -<para> -mke2fs is used to create a Linux second extended file system on a device -(usually a disk partition). mkfs.ext2 does the same as mke2fs. -</para> +<para>mke2fs is used to create a Linux second extended file system on a device +(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para> </sect3> <sect3><title>mklost+found</title> -<para> -mklost+found is used to create a lost+found directory in the current +<para>mklost+found is used to create a lost+found directory in the current working directory on a Linux second extended file system. mklost+found -pre-allocates disk blocks to the directory to make it usable by e2fsck. -</para> +pre-allocates disk blocks to the directory to make it usable by e2fsck.</para> </sect3> <sect3><title>tune2fs</title> -<para> -tune2fs adjusts tunable filesystem parameters on a Linux second extended -filesystem. -</para> +<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended +filesystem.</para> </sect3> |