NAME

reiserfs -- a file system based on balanced tree algorithms


DESCRIPTION

reiserfs is a filesystem based on plug-in based object-oriented balanced tree algorithms. See http://www.namesys.com for a full treatment of reiserfs.


INSTALLATION STEPS


CONFIGURATION

This section will try to describe what you can vary when using reiserfs. Reiserfs has several mount options to play with.

notail

causes file system to work faster, especially for small appends to small files. But it wastes more disk space in that case.

nolog

turns off journalling feature of reiserfs. This gives performance gain for some applications, but you lose fault tolerance. That is, you must properly umount your disk, or else you will have to repair the filesystem using reiserfsck(8) on the subsequent boot.

resize

used for on-line reiserfs resizing. To grow a reiserfs online, use

    mount -o remount,resize=NEW_BLOCKCOUNT /mnt
replayonly

used internally by reiserfsck(8) to replay the journal before doing filesystem check. (No actual mount happens if you try to mount reiserfs with this option, only the log replay.)


AUTHOR

See http://www.namesys.com for a current list, there are many, Vladimir Saveljev, Igor, and Hans Reiser are among them. Ecila.org contributed the funding that started this going.


BUGS

Not known yet.

Please, report bugs to Reiserfs Developers Mailing List <reiserfs-dev@namesys.com>


AVAILABILITY

Reiserfs sources are available for anonymous ftp from one of our mirrors listed at http://namesys.com


SEE ALSO

mkreiserfs(8), reiserfsck(8)