Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o a4b2d3ce5e Many files:
configure.in: Change how the installation directions are selected.
  	Previously, we had prefix and usr_prefix, where prefix was '' and
  	usr_prefix was /usr, and we then defined bindir, ubindir, libdir,
  	ulibdir, etc. in terms of that.  In autoconf 2.12, it's possible to
  	override bindir, libdir, etc., and so in order to make our
  	installation directory makefile variables more in line with autoconf
  	2.12, I've changed all of the various makefiles to use prefix and
  	root_prefix, where the default Linux definitions are /usr and '',
  	respectively.  What used to be bindir is now root_bindir, and what
  	used to be ubindir, is now bindir.
  MCONFIG.in: Change directories to match with new installation
  	directory convention (see above).  Add Makefile
  	dependencies for makefile fragments, and define
  	DEP_LIB_MAKEFILES which library makefiles can use to
  	define DEP_MAKEFILES, so that the library makefiles will
  	get regenerated when the makefile fragments change.
  	Remove the cat?dir variables, since we aren't creating
  	those directories any more.
  Makefile.in: Add top-level uninstall targets.
  e2fsprogs-1.12.spec: Add to the RPM package the e2label man page, and
  	to reflect that fact that we now compile_et and mk_cmds for the
  	development package.
ChangeLog, Makefile.in:
  Makefile.in: Add uninstall target (which is a just a no-op).
version.h, RELEASE-NOTES:
  Update to interim version numbers for release purposes.
1998-04-03 16:12:25 +00:00
contrib Many files: 1997-04-26 13:58:21 +00:00
debugfs ChangeLog, Makefile.in: 1998-04-01 03:16:29 +00:00
doc ChangeLog, Makefile.in: 1998-04-01 02:18:45 +00:00
e2fsck ChangeLog, Makefile.in: 1998-04-01 03:16:29 +00:00
include/linux ChangeLog, subst.conf.in: 1998-04-03 16:07:06 +00:00
install-utils ChangeLog: 1997-06-17 05:38:35 +00:00
lib Many files: 1998-04-01 02:51:21 +00:00
misc ChangeLog, Makefile.in: 1998-04-01 03:16:29 +00:00
resize ChangeLog, subst.conf.in: 1998-04-03 16:07:06 +00:00
tests Many files: 1998-04-03 16:12:25 +00:00
util ChangeLog, subst.conf.in: 1998-04-03 16:07:06 +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: PQ_SNAPSHOT_971103 1997-11-04 00:31:22 +00:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist Many files: 1997-04-29 17:57:00 +00:00
COPYING Many files: 1997-04-29 17:39:27 +00:00
ChangeLog Many files: 1998-04-03 16:12:25 +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 Many files: 1997-04-29 17:57:00 +00:00
MCONFIG.in Many files: 1998-04-03 16:12:25 +00:00
Makefile.in Many files: 1998-04-03 16:12:25 +00:00
README README: 1998-01-17 07:19:38 +00:00
RELEASE-NOTES Many files: 1998-04-03 16:12:25 +00:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
config.guess Many files: 1997-04-26 13:58:21 +00:00
config.sub Many files: 1997-04-29 16:15:03 +00:00
configure Many files: 1998-04-03 16:12:25 +00:00
configure.in Many files: 1998-04-03 16:12:25 +00:00
depfix.sed Many files: 1997-04-26 13:58:21 +00:00
e2fsprogs-1.12.lsm Many files: 1997-11-24 11:46:33 +00:00
e2fsprogs-1.12.spec Many files: 1998-04-03 16:12:25 +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 Many files: 1998-04-03 16:12:25 +00:00

README

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

	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.

	This version contains programs written by Theodore Ts'o and Remy Card.
This distribution was packaged by Ted and Remy with the help of Stephen Tweedie
and Alexy Vovenko.

	The programs written or rewritten by Ted are:
	- libext2fs: a new library containing entries to access the control
	  structures of a second extended file system.
	- e2fsck: a new file system checker which uses optimized routines.
	  This new checker is much more efficient and safer than the old
	  e2fsck.
	- mke2fs: a new file system creator which uses the ext2fs library.
	- debugfs: a file system debugger which can be used to examine and
	  change the state of a file system.  Use it with caution since it
	  can corrupt file systems if you are not careful.
	- fsck: a new fsck front-end.  This new fsck can run multiple
	  several file system checks simultanously if they are on different
	  disks.

	The programs written by Remy are:
	- badblocks: a new bad blocks checker.  It can be run by the super
	  user to search for bad blocks on a device and can also be called
	  by e2fsck and mke2fs.
	- dumpe2fs: a new program which displays the control structure of
	  a file system.  To understand the output of this program, one needs
	  to know the physical structure of a second extended file system.
	- mklost+found: re-creates a lost+found directory if it has been
	  deleted.
	- tune2fs: adjusts tunable paramaters on a file system.
	- chattr: changes files attributes and version.
	- lsattr: lists files attributes and version.

	Manual pages are included in this package.

	In case of bugs in these programs, please contact Ted
<tytso@mit.edu> and Remy <card@masi.ibp.fr>.  See the e2fsck man page
for suggestions of what sort of information to include when submitting
bug reports for e2fsck.