From owner-freebsd-doc@FreeBSD.ORG Tue Nov 4 20:35:29 2008 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE4491065670 for ; Tue, 4 Nov 2008 20:35:29 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5778FC18 for ; Tue, 4 Nov 2008 20:35:28 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id mA4KZR7J012390; Tue, 4 Nov 2008 21:35:27 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id mA4KZQvT012389; Tue, 4 Nov 2008 21:35:26 +0100 (CET) (envelope-from marc) Date: Tue, 4 Nov 2008 21:35:26 +0100 From: Marc Fonvieille To: Mike Miller Message-ID: <20081104203526.GB7509@abigail.blackend.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc@FreeBSD.org Subject: Re: Typo in FeeeBSD handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 20:35:29 -0000 On Tue, Nov 04, 2008 at 03:00:55PM -0500, Mike Miller wrote: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/filesystems-zfs.html > > near the bottom of the page: > > ----------------------------------------------- > 20.2.2.4 Data Verification > > As previously mentioned, ZFS uses checksums to verify the integrity of > stored data. They are enabled automatically upon creation of file systems > and may be disabled using the following command: > > # zfs set checksum=off storage/home > > This is not a wise idea; however, as checksums take very little storage > space and are more useful enabled. There also appear to be no noticeable > costs having them enabled. While enabled, it is possible to have ZFS check > data integrity using checksum verification. This process is known as > “scrubing.” To verify the data integrity of the storage pool, > issue the following command:..." > ----------------------------------------------- > > > "scrubbing" has two "b"'s > Fixed (should appear soon on the web version). Thanks. -- Marc