ReiserFS-3.6.11

Introduction to ReiserFS

The ReiserFS package contains various utilities for use with the Reiser file system.

Package information

Installation of ReiserFS

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

Command explanations

--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.

Contents

ReiserFS contains debugreiserfs, mkreiserfs, reiserfsck, resize_reiserfs and unpack.

Description

debugreiserfs

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

mkreiserfs creates a ReiserFS file system.

reiserfsck

reiserfsck checks a ReiserFS file system.

reiserfstune

reiserfstune is used for tuning the ReiserFS journal. WARNING: Don't use this utility without first reading the man page thoroughly.

resize_reiserfs

resize_reiserfs is used to resize an unmounted ReiserFS file system.

unpack

The unpack utility can be used to dump ReiserFS file system information to files for debugging, much like debugreiserfs.