blob: 621966487ced47aca021c378e4bf4dd50eb3d63a [file] [log] [blame]
Theodore Ts'o6f4a1091997-04-26 13:32:25 +00001 This is the new version (0.5b) of the second extended file system
Theodore Ts'o3839e651997-04-26 13:21:57 +00002management programs. You need to run Linux 1.0 or above to use it since
3some programs used some ext2fs features that where not available in
4previous kernel versions.
5
Theodore Ts'o6f4a1091997-04-26 13:32:25 +00006 See the file INSTALL for installation instructions. This is
7important! Note that your /etc/fstab file may need modifying before
8you install the new fsck program. See the INSTALL file for more details.
9
10 This version contains programs written by Theodore Ts'o and Remy Card.
Theodore Ts'o3839e651997-04-26 13:21:57 +000011This distribution was packaged by Ted and Remy with the help of Stephen Tweedie
12and Alexy Vovenko.
13
14 The programs written or rewritten by Ted are:
15 - libext2fs: a new library containing entries to access the control
16 structures of a second extended file system.
17 - e2fsck: a new file system checker which uses optimized routines.
18 This new checker is much more efficient and safer than the old
19 e2fsck.
20 - mke2fs: a new file system creator which uses the ext2fs library.
21 - debugfs: a file system debugger which can be used to examine and
22 change the state of a file system. Use it with caution since it
23 can corrupt file systems if you are not careful.
24 - fsck: a new fsck front-end. This new fsck can run multiple
25 several file system checks simultanously if they are on different
26 disks.
27
28 The programs written by Remy are:
29 - badblocks: a new bad blocks checker. It can be run by the super
30 user to search for bad blocks on a device and can also be called
31 by e2fsck and mke2fs.
32 - dumpe2fs: a new program which displays the control structure of
33 a file system. To understand the output of this program, one needs
34 to know the physical structure of a second extended file system.
35 - mklost+found: re-creates a lost+found directory if it has been
36 deleted.
37 - tune2fs: adjusts tunable paramaters on a file system.
38 - chattr: changes files attributes and version.
39 - lsattr: lists files attributes and version.
40
41 Manual pages are included in this package.
42
Theodore Ts'o6f4a1091997-04-26 13:32:25 +000043 In case of bugs in these programs, please contact Ted
44<tytso@mit.edu> and Remy <card@masi.ibp.fr>. See the e2fsck man page
45for suggestions of what sort of information to include when submitting
46bug reports for e2fsck.