The XFS package contains administration and debugging tools for the XFS file system.
Download (HTTP): http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs-2.6.25.src.tar.gz
Download (FTP): ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-2.6.25.src.tar.gz
Download MD5 sum: 65fbf692f348b57f21edd4813733d9ae
Download size: 833 KB
Estimated disk space required: 25.2 MB
Estimated build time: 0.59 SBU
Install XFS by running the following commands:
sed -i 's/autoconf//' Makefile &&
make
Now, as the root user:
make install
simply exits with a zero status, since XFS partitions are checked at mount time.
constructs an XFS file system.
changes the parameters of an XFS file system.
prints block mapping for an XFS file.
checks XFS file system consistency.
copies the contents of an XFS file system to one or more targets in parallel.
is used to debug an XFS file system.
suspends access to an XFS file system.
expands an XFS file system.
is equivalent to invoking xfs_growfs, but specifying that no change to the file system is to be made.
is a debugging tool like xfs_db, but is aimed at examining the regular file I/O path rather than the raw XFS volume itself.
prints the log of an XFS file system.
creates an XFS file, padded with zeroes by default.
generates pathnames from inode numbers for an XFS file system.
repairs corrupt or damaged XFSfile systems.
copies a file to the real-time partition on an XFS file system.
contains functions to map filesystem handles to a corresponding open file descriptor for that filesystem.
Last updated on 2005-02-26 09:57:33 -0700