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