source: appendixa/e2fsprogs-desc.xml@ 977b62e

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_0 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 977b62e was b822811, checked in by Mark Hymers <markh@…>, 23 years ago

XML changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[6370fa6]1<sect2>
2<title>Contents</title>
3
[b822811]4<para>The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks,
[6370fa6]5debugfs, dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, mke2fs, mkfs.ext2,
[b822811]6mklost+found and tune2fs programs.</para>
[6370fa6]7
8</sect2>
9
10<sect2><title>Description</title>
11
12<sect3><title>chattr</title>
13
[b822811]14<para>chattr changes the file attributes on a Linux second extended file
15system. </para>
[6370fa6]16
17</sect3>
18
19<sect3><title>lsattr</title>
20
[b822811]21<para>lsattr lists the file attributes on a second extended file system.</para>
[6370fa6]22
23</sect3>
24
25<sect3><title>uuidgen</title>
26
[b822811]27<para>The uuidgen program creates a new universally unique identifier (UUID)
[6370fa6]28using the libuuid library. The new UUID can reasonably be considered unique
29among all UUIDs created on the local system, and among UUIDs created on other
[b822811]30systems in the past and in the future.</para>
[6370fa6]31
32</sect3>
33
34<sect3><title>badblocks</title>
35
[b822811]36<para>badblocks is used to search for bad blocks on a device (usually a disk
37partition).</para>
[6370fa6]38
39</sect3>
40
41<sect3><title>debugfs</title>
42
[b822811]43<para>The debugfs program is a file system debugger. It can be used to examine
44and change the state of an ext2 file system.</para>
[6370fa6]45
46</sect3>
47
48<sect3><title>dumpe2fs</title>
49
[b822811]50<para>dumpe2fs prints the super block and blocks group information for the
51filesystem present on a specified device.</para>
[6370fa6]52
53</sect3>
54
55<sect3><title>e2fsck and fsck.ext2</title>
56
[b822811]57<para>e2fsck is used to check a Linux second extended file system. fsck.ext2
58does the same as e2fsck.</para>
[6370fa6]59
60</sect3>
61
62<sect3><title>e2label</title>
63
[b822811]64<para>e2label will display or change the filesystem label on the ext2
65filesystem located on the specified device.</para>
[6370fa6]66
67</sect3>
68
69<sect3><title>fsck</title>
70
[b822811]71<para>fsck is used to check and optionally repair a Linux file system.</para>
[6370fa6]72
73</sect3>
74
75<sect3><title>mke2fs and mkfs.ext2</title>
76
[b822811]77<para>mke2fs is used to create a Linux second extended file system on a device
78(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para>
[6370fa6]79
80</sect3>
81
82<sect3><title>mklost+found</title>
83
[b822811]84<para>mklost+found is used to create a lost+found directory in the current
[6370fa6]85working directory on a Linux second extended file system. mklost+found
[b822811]86pre-allocates disk blocks to the directory to make it usable by e2fsck.</para>
[6370fa6]87
88</sect3>
89
90<sect3><title>tune2fs</title>
91
[b822811]92<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
93filesystem.</para>
[6370fa6]94
95</sect3>
96
97</sect2>
98
Note: See TracBrowser for help on using the repository browser.