The ReiserFS package contains various utilities for use with the Reiser file system.
Download (HTTP): http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.19.tar.gz
Download (FTP): ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.19.tar.gz
Download MD5 sum: b42cf15f6651c3ceff5cb84996c0d539
Download size: 400 KB
Estimated disk space required: 7.9 MB
Estimated build time: 0.16 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/reiser
ReiserFS uses the asm/unaligned.h Linux header that should not be
used by applications. While LFS-6.2 provides this header, later LFS
versions don't do this. Apply the patch to fix the issue:
patch -Np1 -i ../reiserfs-3.6.19-header_fix-1.patch
Install ReiserFS by running the following commands:
./configure --prefix=/usr --sbindir=/sbin && make
This package does not come with a test suite.
Now, as the root user:
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.
Last updated on 2007-04-04 21:42:53 +0200