diff options
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 64 |
1 files changed, 6 insertions, 58 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index b9c4ec8b1..cdc47822e 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -119,7 +119,9 @@ cd build</userinput></screen> If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> - for details on creating and enabling swap space.</para> + for details on creating and enabling swap space. Additionally, + three tests try to allocate a two terabyte partition and will fail + unless you have at least that much unused disk space available.</para> <para>Install the binaries, documentation, and shared libraries:</para> @@ -160,10 +162,10 @@ 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, e2freefrag, - e2fsck, e2image, e2initrd_helper, e2label, e2undo, e4defrag, filefrag, fsck.ext2, + <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, + e2fsck, e2image, e2label, e2undo, fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, - mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found, + mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, resize2fs, and tune2fs</seg> <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so}, libquota.a and libss.{a,so}</seg> @@ -237,16 +239,6 @@ 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> @@ -270,17 +262,6 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> - <varlistentry id="e2initrd_helper"> - <term><command>e2initrd_helper</command></term> - <listitem> - <para>Prints the FS type of a given filesystem, given either a - device name or label</para> - <indexterm zone="ch-system-e2fsprogs e2initrd_helper"> - <primary sortas="b-e2initrd_helper">e2initrd_helper</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="e2label"> <term><command>e2label</command></term> <listitem> @@ -305,26 +286,6 @@ 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> @@ -459,19 +420,6 @@ 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> |