xfs_logprint

Utilities for managing the XFS filesystem

Install

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

xfsprogs

Utilities for managing the XFS filesystem

A set of commands to use the XFS filesystem, including mkfs.xfs. XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. Refer to the documentation at http://oss.sgi.com/projects/xfs/ for complete details.