diff --git a/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml b/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml index 225dcd45ef..f0e06b2ba1 100644 --- a/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml @@ -771,23 +771,25 @@ errors: No known data errors XFS - &os; provides read-only support for XFS + A &os; kernel can be configured to provide read-only + support for XFS file systems. - To load the &man.xfs.5; driver: + To compile in XFS support, add the + following option to a custom kernel configuration file and + recompile the kernel using the instructions in : - &prompt.root; kldload xfs + options XFS - To mount an XFS volume located on + Then, to mount an XFS volume located on /dev/ad1s1: &prompt.root; mount -t xfs /dev/ad1s1 /mnt The sysutils/xfsprogs package or - port includes mkfs.xfs, which enables - the creation of read-only XFS 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 XFS file systems.