svn commit: r44476 - head/en_US.ISO8859-1/books/handbook/filesystems

Dru Lavigne dru at FreeBSD.org
Mon Apr 7 20:38:17 UTC 2014


Author: dru
Date: Mon Apr  7 20:38:16 2014
New Revision: 44476
URL: http://svnweb.freebsd.org/changeset/doc/44476

Log:
  Fix XFS section to indicate that this now requires the kernel support to be
  compiled in as it is no longer attached to the build.
  
  Sponsored by:	iXsystems

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	Mon Apr  7 17:21:45 2014	(r44475)
+++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml	Mon Apr  7 20:38:16 2014	(r44476)
@@ -771,23 +771,25 @@ errors: No known data errors</screen>
     <sect2>
       <title>XFS</title>
 
-      <para>&os; provides read-only support for <acronym>XFS</acronym>
+      <para>A &os; kernel can be configured to provide read-only
+	support for <acronym>XFS</acronym>
 	file systems.</para>
 
-      <para>To load the &man.xfs.5; driver:</para>
+      <para>To compile in <acronym>XFS</acronym> support, add the
+	following option to a custom kernel configuration file and
+	recompile the kernel using the instructions in <xref
+	  linkend="kernelconfig"/>:</para>
 
-      <screen>&prompt.root; <userinput>kldload xfs</userinput></screen>
+      <programlisting>options	XFS</programlisting>
 
-      <para>To mount an <acronym>XFS</acronym> volume located on
+      <para>Then, to mount an <acronym>XFS</acronym> volume located on
 	<filename>/dev/ad1s1</filename>:</para>
 
       <screen>&prompt.root; <userinput>mount -t xfs <replaceable>/dev/ad1s1</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
 
       <para>The <package>sysutils/xfsprogs</package> package or
-	port includes <command>mkfs.xfs</command>, which enables
-	the creation of read-only <acronym>XFS</acronym> file systems
-	for testing purposes.  Additional
-	utilities are included for analyzing and repairing
+	port provides additional
+	utilities, with man pages, for using, analyzing, and repairing
 	<acronym>XFS</acronym> file systems.</para>
     </sect2>
 


More information about the svn-doc-all mailing list