<& xfsTemplate,top=>1,side=>1 &>

XFS Beta Release

Installing from the Source

You can obtain the complete linux-2.4.0-test5 tree including the XFS filesystem, or you can obtain an XFS beta patch onto an existing linux-2.4.0-test5 tree. You will then need to configure and install the kernel.

Downloading the complete Linux tree including XFS

A complete linux 2.4.0-test5 tree including the XFS filesystem is available for CVS checkout. For instructions on checking the tree out of CVS, see the CVS download instructions. The Beta tree is named "linux-2.4-xfs-beta."

Creating an XFS tree via a patchfile

With this method, you will start with a "vanilla" linux-2.4.0-test5 tree and apply a patch to obtain an XFS-capable kernel, as well as the necessary tools to create and maintain your XFS partitions.

Configuring and installing the kernel

Configure and install your kernel as usual. See The Linux Kernel HOWTO for detailed instructions, if necessary.

In your kernel configuration, you will need to enable:

You may also wish to enable:

At this time, do not enable:

You will also need to upgrade the following system utilities:

These utilities can be found through the RPM repository or other places on the web.

When your new kernel is built and installed, you should update LILO, create a new ramdisk image if necessary, and you're ready to boot an XFS-capable kernel.

Creating the XFS tools

You will also need to compile and install the XFS tools and man pages. These are available in the cmd/xfs directory. You can make and install these files with:

See the INSTALL file in cmd/xfs for more information about this process.

If all this goes well, it's time to make a new XFS filesystem!
<& xfsTemplate,bottom=>1 &>