Date: Mon, 7 Apr 2014 20:38:17 +0000 (UTC) From: Dru Lavigne <dru@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44476 - head/en_US.ISO8859-1/books/handbook/filesystems Message-ID: <201404072038.s37KcHoh035318@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404072038.s37KcHoh035318>