diff --git a/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml b/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
index 894412d43f..9ec13bcd32 100644
--- a/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
@@ -134,31 +134,6 @@
&prompt.root; mount -t ext2fs /dev/ad1s1 /mnt
-
- XFS
-
- A &os; kernel can be configured to provide read-only
- support for XFS
- file systems.
-
- To compile in XFS support, add the
- following option to a custom kernel configuration file and
- recompile the kernel using the instructions in :
-
- options XFS
-
- Then, to mount an XFS volume located on
- /dev/ad1s1:
-
- &prompt.root; mount -t xfs /dev/ad1s1 /mnt
-
- The sysutils/xfsprogs package or
- port provides additional
- utilities, with man pages, for using, analyzing, and repairing
- XFS file systems.
-
-
ReiserFS