This contains programs to create (mkreiserfs) and repair
(reiserfsck) reiserfs file system on a block device. 

Building is simple:
set up the variable REISERFS_KERNEL_SOURCE in the main Makefile to point
properly where kernel files of reiserfs are stored and run

make

After that you have binaries in bin/.

You can `make install` to copy programs to /sbin
and man pages to /usr/man/man8.


FSCK NOTE:
	Normally you do not need fsck even after unclean shutdown. Repairing
	is performed by replaying of journal on mount.
	However, it is a good idea to run reiserfsck time by time to make sure that
	filesystem is kept in consistent state.
	When it will say that filesystem is broken and --rebuild-tree is
	recommended you should be aware of the following.
	Reiserfs stores data on disk in quite complicate manner. This leads
	that reiserfsck does not look as a simple program. It should
	still contain bugs. The perfect way to use it is to backup
	target partition first (I am sorry, if you have desire, time and disk
	space). If reiserfs will fail, it would be useful to use backuped copy
	of the partition in the debugging.

Thanks a lot

