Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o 50787ea22e ChangeLog, fsck.8.in, fsck.c, fsck.h, mke2fs.8.in, mke2fs.c:
* mke2fs.c (PRS, set_fs_defaults): Add new option -T which allows the
  	user to specify the how the filesystem is to be used.  Mke2fs now
  	chooses the filesystem parameters automatically based on the size of
  	the filesystem and the intended use of the filesystem.  Add new option
  	-n which simply goes through the calculations to determine the
  	parameters of the filesystem the system would make.
  * fsck.c, fsck.h: Add support for new option -C.  This option will
  	automatically manage e2fsck processes so that they will print
  	completion/progress bars.  If multiple filesystems are being checked,
  	arrange to make sure that only one e2fsck process is displaying a
  	progress bar at a time.
1999-07-19 15:30:21 +00:00
contrib Many files: 1997-04-26 13:58:21 +00:00
debugfs ChangeLog, MCONFIG.in, configure.in, configure: 1999-07-03 20:37:03 +00:00
doc ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
e2fsck Many files: 1999-07-19 15:27:37 +00:00
include ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
install-utils ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
lib Makefile.in: 1999-07-03 20:45:28 +00:00
misc ChangeLog, fsck.8.in, fsck.c, fsck.h, mke2fs.8.in, mke2fs.c: 1999-07-19 15:30:21 +00:00
resize Makefile.in: 1999-07-03 20:45:28 +00:00
tests Makefile.in: 1999-07-03 20:45:28 +00:00
util ChangeLog, MCONFIG.in, configure.in, configure: 1999-07-03 20:37:03 +00:00
.cvsignore Many files: 1998-07-04 17:55:54 +00:00
.fix-Changelog Many files: 1997-04-29 16:15:03 +00:00
.head-Changelog Many files: 1997-04-29 14:51:31 +00:00
.hgtags ADD TAG: E2FSPROGS-1_13 1998-12-19 08:10:58 +00:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist .release-checklist: 1998-07-09 05:38:07 +00:00
COPYING Many files: 1997-04-29 17:39:27 +00:00
ChangeLog Makefile.in: 1999-07-03 20:45:28 +00:00
INSTALL Many files: 1997-04-29 15:29:49 +00:00
INSTALL.dllbin Many files: 1997-04-29 16:15:03 +00:00
INSTALL.elfbin ChangeLog, INSTALL.elfbin: 1999-01-02 04:15:29 +00:00
MCONFIG.in ChangeLog, MCONFIG.in, configure.in, configure: 1999-07-03 20:37:03 +00:00
Makefile.in ChangeLog, Makefile.in, configure.in, MCONFIG.in, configure, wordwrap.pl: 1999-07-03 20:25:58 +00:00
README ChangeLog, inode.c: 1999-01-08 13:33:39 +00:00
RELEASE-NOTES RELEASE-NOTES: 1999-07-03 20:52:21 +00:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
TODO fpopen.c: 1999-06-18 01:13:31 +00:00
config.guess ChangeLog, config.guess: 1999-01-02 04:10:33 +00:00
config.sub ChangeLog, fileio.c: 1999-05-29 21:53:30 +00:00
configure ChangeLog, MCONFIG.in, configure.in, configure: 1999-07-03 20:37:03 +00:00
configure.in ChangeLog, MCONFIG.in, configure.in, configure: 1999-07-03 20:37:03 +00:00
depfix.sed Many files: 1997-04-26 13:58:21 +00:00
e2fsprogs.lsm Makefile.in: 1999-01-12 23:32:52 +00:00
e2fsprogs.spec Makefile.in: 1999-01-12 23:32:52 +00:00
install-sh Many files: 1997-04-26 13:58:21 +00:00
mkinstalldirs Many files: 1997-04-26 13:58:21 +00:00
version.h version.h: 1999-06-18 01:18:11 +00:00
wordwrap.pl ChangeLog, Makefile.in, configure.in, MCONFIG.in, configure, wordwrap.pl: 1999-07-03 20:25:58 +00:00

README

	This is the new version (1.14) of the second extended file system
management programs.

	From time to time, I release new versions of e2fsprogs, to fix
bugs and to make the utilities more robust.  You can always find
information about the latest version at the the e2fsprogs web page,
which is:

	http://web.mit.edu/tytso/www/linux/e2fsprogs.html

	Note: If you are using the RedHat RPM distributions of
e2fsprogs, don't worry about the next paragraph; all others, please
read on!

	See the file INSTALL for instructions on building and
installing e2fsprogs.  This is important!  Note that your /etc/fstab
file may need modifying before you install the new fsck program.  See
the INSTALL file for more details.

	In case of bugs in these programs, please contact Ted Ts'o
<tytso@mit.edu>.  See the e2fsck man page for suggestions of what sort
of information to include when submitting bug reports for e2fsck.