Difference between revisions of "ReiserFS"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (If Namesys no longer exists, it's really not an alternative link.) |
Weibullguy (talk | contribs) |
||
Line 24: | Line 24: | ||
== Multilib == | == Multilib == | ||
+ | |||
'''''This package does not provide any libraries so only one installation is needed.''''' | '''''This package does not provide any libraries so only one installation is needed.''''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === |
Revision as of 13:55, 31 July 2009
Download Source: | http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-3.6.21.tar.bz2 |
---|
Contents
Introduction to ReiserFS
The Reiser file system is a journaling file system developed by Hans Reiser of Namesys. The ReiserFS package contains various utilities for managing reiserfs (version 3) partitions.
Project Homepage: http://www.kernel.org/
Non-Multilib
Compile the package:
./configure --prefix=/usr --sbindir=/sbin && make
Install the package
make install && ln -sf reiserfsck /sbin/fsck.reiserfs && ln -sf mkreiserfs /sbin/mkfs.reiserfs
Multilib
This package does not provide any libraries so only one installation is needed.
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin && make
Install the package
make install && ln -sf reiserfsck /sbin/fsck.reiserfs && ln -sf mkreiserfs /sbin/mkfs.reiserfs
Contents
Installed Programs: | debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, resize_reiserfs |
---|---|
Installed Libraries: | None |
Installed Directories: | 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. |
---|---|
mkreiserfs | creates a ReiserFS file system. |
reiserfsck | is used to check or repair a ReiserFS file system. |
reiserfstune | is used for tuning the ReiserFS journal. |
resize_reiserfs | is used to resize an unmounted ReiserFS file system. |