Typo in FeeeBSD handbook
Mike Miller
mmshop10 at mgm51.com
Tue Nov 4 20:20:31 UTC 2008
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
This process is known as “scrubbing.”
More information about the freebsd-doc
mailing list