Next: , Previous: , Up: Filesystems support   [Contents]


3.5 ReiserFSv4

Support: using the library from reiser4progs-devel.

Compiling requirements:

WARNING: If both ReiserFSv3 and ReiserFSv4 are enabled, the program may refuse to link if the compiler doesn’t support the command line option -Wl,-z -Wl,muldefs that makes the linker accept multiple symbol definitions. If you have this problem, disable the support for either of these filesystems (you can compile two versions of the program). Don’t complain to me, complain to the guys that made reiserfsprogs and reiser4progs.
You can fix either of these libraries yourself, by running

find . -type f -exec sed -i 's/misc_mntent/new_misc_mntent/g' '{}' \;

in the root directory of either reiserfsprogs or reiser4progs (but NOT both, because this would bring back the same problem, but with a different name). Type the command as above, just without the leading and trailing apostrophes. The command must be run BEFORE compiling the reiserfs programs. You can use the provided patches to do this:

patch -F10 -p1 < /path/to/wipefreespace-XX/patches/reiser-3.6.XX.diff

patch -F10 -p1 < /path/to/wipefreespace-XX/patches/reiser4-1.0.7.diff

Operations:


Next: , Previous: , Up: Filesystems support   [Contents]