From owner-svn-doc-head@FreeBSD.ORG Thu Apr 2 03:55:25 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 201501C5; Thu, 2 Apr 2015 03:55:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B28AC26; Thu, 2 Apr 2015 03:55:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t323tObs002308; Thu, 2 Apr 2015 03:55:24 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t323tOQQ002306; Thu, 2 Apr 2015 03:55:24 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504020355.t323tOQQ002306@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Thu, 2 Apr 2015 03:55:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46423 - head/en_US.ISO8859-1/books/handbook/filesystems X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 03:55:25 -0000 Author: eadler Date: Thu Apr 2 03:55:23 2015 New Revision: 46423 URL: https://svnweb.freebsd.org/changeset/doc/46423 Log: XFS was disconnected ~ 2 yrs ago. Stop telling people we support it. Reviewed by: bdrewery Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Thu Apr 2 01:30:08 2015 (r46422) +++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Thu Apr 2 03:55:23 2015 (r46423) @@ -135,31 +135,6 @@ - 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 &os; provides read-only support for The Reiser file