%general-entities; ]> $LastChangedBy$ $Date$ reiserfsprogs-&reiser-version; reiserfsprogs Introduction to reiserfsprogs The reiserfsprogs package contains various utilities for use with the Reiser file system. &lfs78_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &reiser-md5sum; Download size: &reiser-size; Estimated disk space required: &reiser-buildsize; Estimated build time: &reiser-time; User Notes: Kernel Configuration Enable the following option in the kernel configuration and recompile the kernel: File systems ---> <*/M> Reiserfs support [CONFIG_REISERFS_FS] Reiserfs Programs Installation of reiserfsprogs Install reiserfsprogs by running the following commands: CFLAGS="$CFLAGS -std=gnu89" \ ./configure --prefix=/usr \ --sbindir=/sbin && make This package does not come with a test suite. Now, as the root user: make install Command Explanations CFLAGS="$CFLAGS -std=gnu89": This environment variable fixes a build error with GCC 5. --sbindir=/sbin: This switch ensures that the reiserfsprogs utilities are installed in /sbin. Contents Installed Programs Installed Libraries Installed Directories debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and resize_reiserfs None None Short Descriptions 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. debugreiserfs mkreiserfs creates a ReiserFS file system. mkreiserfs reiserfsck is used to check or repair a ReiserFS file system. reiserfsck reiserfstune is used for tuning the ReiserFS journal. WARNING: Don't use this utility without first reading the man page thoroughly. reiserfstune resize_reiserfs is used to resize an unmounted ReiserFS file system. resize_reiserfs