The ReiserFS package contains various utilities for use with the Reiser file system.
Download (HTTP): http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.11.tar.gz
Download (FTP): ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.11.tar.gz
Download size: 368 KB
Estimated Disk space required: 9.3 MB
Estimated build time: 0.16 SBU
Install ReiserFS by running the following commands:
./configure --prefix=/usr --sbindir=/sbin && make && make install && ln -sf reiserfsck /sbin/fsck.reiserfs && ln -sf mkreiserfs /sbin/mkfs.reiserfs |
--prefix=/usr: This ensures that the manual pages are installed in the correct location while still installing the programs in /sbin as they should be.
--sbindir=/sbin: This ensures that the ReiserFS utilities are installed in /sbin as they should be.
ReiserFS contains debugreiserfs, mkreiserfs, reiserfsck, resize_reiserfs and unpack.
debugreiserfs can sometimes help to solve problems with ReiserFS file systems. If it is called without options it prints the super block of any reiserfs file system found on the device.
mkreiserfs creates a ReiserFS file system.
reiserfsck checks a ReiserFS file system.
reiserfstune is used for tuning the ReiserFS journal. WARNING: Don't use this utility without first reading the man page thoroughly.
resize_reiserfs is used to resize an unmounted ReiserFS file system.
The unpack utility can be used to dump ReiserFS file system information to files for debugging, much like debugreiserfs.