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
sed -i 's/autoconf//' Makefile: This command disables running autoconf because it is unnecessary.
Last updated on 2005-08-01 13:29:19 -0600