progsreiserfs - A library (libreiserfs) for reiserfs filesystem access and manipulation ChangeLog

HOWTO


# progsreiserfs 0.3.0.4
# =====================
# progsreiserfs is a library (libreiserfs) and the cpfs.reiserfs,
# fsck.reiserfs, mkfs.reiserfs, resizefs.reiserfs, and tunefs.reiserfs
# tools.  The library is what, for example, parted uses for reiserfs
# support (though now, I think it includes it's own copy).  Version
# 0.3.0.4 was released January 10, 2003.
#
# reiserfsprogs is a set of utilities
# including debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
# reiserfstune.

# If you ever want to uninstall progsreiserfs, or remove files from an old
# version before installing a new one, skip down to the bottom for
# instructions.

# Prerequisites:
# gawk
# libiconv
# gettext
# bison

# I specify --disable-nls below because I'm in the US and only read/write
# (well) English.  If this is not the case for you, you'll probably want to
# leave that off.

cd
test -f installed/progsreiserfs-0.3.0.4.tar.gz &&
mv installed/progsreiserfs-0.3.0.4.tar.gz .
test ! -f progsreiserfs-0.3.0.4.tar.gz &&
wget http://reiserfs.osdn.org.ua/progsreiserfs-0.3.0.4.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "progsreiserfs-*" -exec rm -r {} \;
tar xzvf ~/progsreiserfs-0.3.0.4.tar.gz
cd progsreiserfs-0.3.0.4
test $UID = 0 && chown -R root:root .
./configure --disable-nls
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/progsreiserfs-*.tar.*
mv progsreiserfs-0.3.0.4.tar.gz installed/


# If you ever want to uninstall progsreiserfs, this should do it:
cd
su
test -d src/progsreiserfs-* && ( cd src/progsreiserfs-* ; make uninstall )
test -d /usr/local/include/dal && rm -r /usr/local/include/dal
test -d /usr/local/include/reiserfs && rm -r /usr/local/include/reiserfs
( cd /usr/local/lib ; rm -f libdal.* libreiserfs.* )
( cd /usr/local/man/man8 ; rm -f cpfs.reiserfs.8 mkfs.reiserfs.8 \
reiserfs.8 resizefs.reiserfs.8 tunefs.reiserfs.8 )
( cd /usr/local/sbin ; rm -f cpfs.reiserfs fsck.reiserfs mkfs.reiserfs \
resizefs.reiserfs tunefs.reiserfs )
rm -f /usr/local/share/aclocal/progsreiserfs.m4
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "progsreiserfs-*" -exec rm -r {} \;
rm -f ~/installed/progsreiserfs-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-01-13 9:49am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]