diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-08 00:19:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-08 00:19:47 +0000 |
commit | f6b1d91be56ece5e06e379ca6efcddb1afc70543 (patch) | |
tree | 761342f924bcd896e6aecd7321c74e5631e55762 /chapter06/e2fsprogs.xml | |
parent | 4ea67ff8236c6298df59c27dde745fd7a51ddeb1 (diff) |
Updates to the installed programs lists for several packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 47 |
1 files changed, 45 insertions, 2 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 25be981f7..8d5cdc076 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -166,8 +166,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin <segtitle>Installed directory</segtitle> <seglistitem> - <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, - e2fsck, e2image, e2label, e2undo, fsck.ext2, + <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs,e2freefrag, + e2fsck, e2image, e2label, e2undo, e4defrag, filefrag, fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, resize2fs, and tune2fs</seg> @@ -243,6 +243,16 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> + <varlistentry id="e2freefrag"> + <term><command>e2freefrag</command></term> + <listitem> + <para> Reports free space fragmentation information</para> + <indexterm zone="ch-system-e2fsprogs e2freefrag"> + <primary sortas="b-e2freefrag">e2freefrag</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="e2fsck"> <term><command>e2fsck</command></term> <listitem> @@ -290,6 +300,26 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> + <varlistentry id="e4defrag"> + <term><command>e4defrag</command></term> + <listitem> + <para>Online defragmenter for ext4 filesystems</para> + <indexterm zone="ch-system-e2fsprogs e4defrag"> + <primary sortas="b-e4defrag">e4defrag</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="filefrag"> + <term><command>filefrag</command></term> + <listitem> + <para>Reports on how badly fragmented a particular file might be</para> + <indexterm zone="ch-system-e2fsprogs filefrag"> + <primary sortas="b-filefrag">filefrag</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="fsck.ext2"> <term><command>fsck.ext2</command></term> <listitem> @@ -424,6 +454,19 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> + <varlistentry id="mklost-found"> + <term><command>mklost+found</command></term> + <listitem> + <para>Used to create a <filename class="directory">lost+found</filename> + directory on an <systemitem class="filesystem">ext2</systemitem> file + system; it pre-allocates disk blocks to this directory to lighten the + task of <command>e2fsck</command></para> + <indexterm zone="ch-system-e2fsprogs mklost-found"> + <primary sortas="b-mklost+found">mklost+found</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="resize2fs"> <term><command>resize2fs</command></term> <listitem> |