fsck.jfs

utilities for managing the JFS filesystem

Install

All systems
curl cmd.cat/fsck.jfs.sh
Debian Debian
apt-get install jfsutils
Ubuntu
apt-get install jfsutils
Alpine
apk add jfsutils
Arch Arch Linux
pacman -S jfsutils
image/svg+xml Kali Linux
apt-get install jfsutils
CentOS
yum install jfsutils
Fedora
dnf install jfsutils
Windows (WSL2)
sudo apt-get update sudo apt-get install jfsutils
Raspbian
apt-get install jfsutils
Docker
docker run cmd.cat/fsck.jfs fsck.jfs powered by Commando

jfsutils

utilities for managing the JFS filesystem

Utilities for managing IBM's Journaled File System (JFS) under Linux. IBM's journaled file system technology, currently used in IBM enterprise servers, is designed for high-throughput server environments, key to running intranet and other high-performance e-business file servers. The following utilities are available: * fsck.jfs - initiate replay of the JFS transaction log, and check and repair a JFS formatted device. * logdump - dump a JFS formatted device's journal log. * logredo - "replay" a JFS formatted device's journal log. * mkfs.jfs - create a JFS formatted partition. * xchkdmp - dump the contents of a JFS fsck log file created with xchklog. * xchklog - extract a log from the JFS fsck workspace into a file. * xpeek - shell-type JFS file system editor.