Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / appendixa / e2fsprogs-desc.xml
blobf92a1b408a2b7aa8f5dca963b3db269d45f3ffc7
1 <sect2><title>Contents of E2fsprogs</title>
3 <para>Last checked against version &e2fsprogs-contversion;.</para>
5 <sect3><title>Program Files</title>
7 <para>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck, 
8 e2image, e2label, fsck, fsck.ext2, fsck.ext3, lsattr, mk_cmds, mke2fs, 
9 mkfs.ext2, mkfs.ext3, mklost+found, resize2fs, tune2fs and
10 uuidgen</para></sect3>
12 <sect3><title>Descriptions</title>
14 <sect4><title>badblocks</title>
15 <para>badblocks is used to search for bad blocks on a device (usually a disk 
16 partition).</para></sect4>
18 <sect4><title>chattr</title>
19 <para>chattr changes the file attributes on a Linux second extended file
20 system.</para></sect4>
22 <sect4><title>compile_et</title>
23 <para>compile_et is used to convert a table listing error-code names
24 and associated messages into a C source file suitable for use with the 
25 com_err library.</para></sect4>
27 <sect4><title>debugfs</title>
28 <para>The debugfs program is a file system debugger. It can be used  to examine 
29 and change the state of an ext2 file system.</para></sect4>
31 <sect4><title>dumpe2fs</title>
32 <para>dumpe2fs prints the super block and blocks group information for the 
33 filesystem present on a specified device.</para></sect4>
35 <sect4><title>e2fsck and fsck.ext2</title>
36 <para>e2fsck is used to check and optionally repair Linux second
37 extended filesystems. fsck.ext2 does the same as e2fsck.</para></sect4>
39 <sect4><title>e2image</title>
40 <para>e2image is used to save critical ext2 filesystem data to 
41 a file.</para></sect4>
43 <sect4><title>e2label</title>
44 <para>e2label will display or change the filesystem label on the ext2 
45 filesystem located on the specified device.</para></sect4>
47 <sect4><title>fsck</title>
48 <para>fsck is used to check and optionally repair a Linux 
49 file system.</para></sect4>
51 <sect4><title>fsck.ext3</title>
52 <para>fsck.ext3 is used to check and optionally repair a Linux ext3 
53 filesystems.</para></sect4>
55 <sect4><title>lsattr</title>
56 <para>lsattr lists the file attributes on a second extended 
57 file system.</para></sect4>
59 <sect4><title>mk_cmds</title>
60 <para>The mk_cmds utility takes a command table file as input and produces
61 a C source file as output which is intended to be used with the subsystem
62 library, libss.</para></sect4>
64 <sect4><title>mke2fs and mkfs.ext2</title>
65 <para>mke2fs is used to create a Linux second extended file system on a device 
66 (usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect4>
68 <sect4><title>mkfs.ext3</title>
69 <para>mkfs.ext3 is used to create an ext3 filesystem.</para></sect4>
71 <sect4><title>mklost+found</title>
72 <para>mklost+found is used to create a lost+found directory in the current 
73 working directory on a Linux second extended file system. mklost+found 
74 pre-allocates disk blocks to the directory to make it 
75 usable by e2fsck.</para></sect4>
77 <sect4><title>resize2fs</title>
78 <para>resize2fs is used to resize ext2 file systems.</para></sect4>
80 <sect4><title>tune2fs</title>
81 <para>tune2fs adjusts tunable filesystem parameters on a Linux second extended 
82 filesystem.</para></sect4>
84 <sect4><title>uuidgen</title>
85 <para>The uuidgen program creates a new universally unique identifier (UUID) 
86 using the libuuid library. The new UUID can reasonably be considered unique 
87 among all UUIDs created on the local system, and among UUIDs created on other
88 systems in the past and in the future.</para></sect4>
90 </sect3>
92 <sect3><title>Library Files</title>
94 <para>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], libss.[a,so],
95 libuuid.[a,so]</para></sect3>
97 <sect3><title>Descriptions</title>
99 <sect4><title>libcom_err</title>
100 <para>The common error display routine.</para></sect4>
102 <sect4><title>libe2p</title>
103 <para>libe2p is used by dumpe2fs, chattr, and lsattr.</para></sect4>
105 <sect4><title>libext2fs</title>
106 <para>The ext2fs library is designed to allow user-level programs to
107 manipulate an ext2 filesystem.</para></sect4>
109 <sect4><title>libss</title>
110 <para>libss is used by debugfs.</para></sect4>
112 <sect4><title>libuuid</title>
113 <para>The libuuid library is used to generate unique identifiers for
114 objects that may be accessible beyond the local system.</para></sect4>
116 </sect3>
118 </sect2>