%general-entities; ]> $LastChangedBy$ $Date$ jfsutils-&jfsutils-version; jfsutils Introduction to jfsutils The jfsutils package contains administration and debugging tools for the jfs file system. &lfs84_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &jfsutils-md5sum; Download size: &jfsutils-size; Estimated disk space required: &jfsutils-buildsize; Estimated build time: &jfsutils-time; User Notes: Kernel Configuration Enable the following option in the kernel configuration and recompile the kernel: File systems ---> <*/M> JFS filesystem support [CONFIG_JFS_FS] JFS Utilities Installation of jfsutils Install jfsutils by running the following commands: sed -i "/unistd.h/a#include <sys/types.h>" fscklog/extract.c && sed -i "/ioctl.h/a#include <sys/sysmacros.h>" libfs/devices.c && ./configure && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed ...: Fixes building with glibc 2.28. Contents Installed Programs Installed Libraries Installed Directories fsck.jfs, jfs_debugfs, jfs_fsck, jfs_fscklog, jfs_logdump, jfs_mkfs, jfs_tune, mkfs.jfs None None Short Descriptions fsck.jfs is used to replay the JFS transaction log, check a JFS formatted device for errors, and fix any errors found. fsck.jfs jfs_fsck is a hard link to fsck.jfs. jfs_fsck mkfs.jfs constructs an JFS file system. mkfs.jfs jfs_mkfs is a hard link to mkfs.jfs. jfs_mkfs jfs_debugfs is a program which can be used to perform various low-level actions on a JFS formatted device. jfs_debugfs jfs_fscklog extracts a JFS fsck service log into a file and/or formats and displays the extracted file. jfs_fscklog jfs_logdump dumps the contents of the journal log from the specified JFS formatted device into output file ./jfslog.dmp. jfs_logdump jfs_tune adjusts tunable file system parameters on JFS file systems. jfs_tune