How to Install xfsprogs in Ubuntu 18.04



Install xfsprogs by entering the following commands in the terminal:

sudo apt update
sudo apt install xfsprogs

Description:

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.

Homepage: http://xfs.org/

Version: 4.9.0+nmu1ubuntu2

Section: admin