LFS Reiserfs

From VDR Wiki

Jump to: navigation, search

Contents

[edit] Description

ReiserFS is, alike EXT3 and other modern filesystems, a journaling filesystem. Who ever tasted the benefits of such a filesystem would not want to miss it.

[edit] Installation

Reiserfsprogs

cd $SOURCEDIR
tar xvzf reiserfsprogs-<VERSION>.tar.gz
cd reiserfsprogs-<VERSION>
./configure --prefix=/usr --sbindir=/sbin
make
make install
ln -sf reiserfsck /sbin/fsck.reiserfs
ln -sf mkreiserfs /sbin/mkfs.reiserfs

[edit] Creation of a ReiserFS partition

fdisk /dev/device
/sbin/mkreiserfs /dev/device

Afterwards put an entry for the partition into the /etc/fstab.

[edit] Links

[1] http://www.namesys.com ReiserFS homepage
Personal tools
Participate
In other languages