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


3.8 JFS

Support: using the unofficial library from jfsuitls.

Compiling requirements:

WARNING: If both ReiserFSv3 and JFS are enabled, you MUST either disable the support for either of these filesystems (you can compile two versions of the program) or fix the ReiserFSv3 library yourself, by running

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

in the root directory of reiserfsprogs. Type the command as above. The command must be run BEFORE compiling reiserfs/jfsutils. You can use the provided patches to do this:

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

Even if your linker/compiler accepts the -Wl,-z -Wl,muldefs option, it won’t help in this case.

Operations: