Estimated build time: TBD Estimated required disk space: TBD |
Reiserfsprogs only needs to be installed if you intend on using the reiserfs filesystem. Install Reiserfsprogs by running the following commands:
./configure --mandir=/usr/share/man && make && make install |
--mandir=/usr/share/man: This ensures that the manual pages are installed in the correct location while still installing the programs in /sbin as they should be.
The reiserfsprogs package contains the debugreiserfs, mkreiserfs, reiserfsck, resize_reiserfs and unpack programs.
debugreiserfs can sometimes help to solve problems with reiserfs filesystems. If it is called without options it prints the super block of any reiserfs filesystem found on the device.
mkreiserfs creates a reiserfs file system.
reiserfsck checks a reiserfs file system.
resize_reiserfs is used to resize an unmounted reiserfs file system
No description is currently available for unpack.