From 5fe85cbf96ba7175d384dd1912630e85a76d7a51 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 2 Apr 2015 03:55:23 +0000 Subject: [PATCH] XFS was disconnected ~ 2 yrs ago. Stop telling people we support it. Reviewed by: bdrewery --- .../books/handbook/filesystems/chapter.xml | 25 ------------------- 1 file changed, 25 deletions(-) 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