xfs_db
Utilities for managing the XFS filesystem
Install
- All systems
-
curl cmd.cat/xfs_db.sh
- Debian
-
apt-get install xfsprogs
- Ubuntu
-
apt-get install xfsprogs
- Alpine
-
apk add xfsprogs
- Arch Linux
-
pacman -S xfsprogs
- 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
- Dockerfile
- dockerfile.run/xfs_db
- Docker
-
docker run cmd.cat/xfs_db xfs_db
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.