btrfs-scrub(8)


NAME

   btrfs-scrub - scrub btrfs filesystem, verify block checksums

SYNOPSIS

   btrfs scrub <subcommand> <args>

DESCRIPTION

   btrfs scrub is used to scrub a btrfs filesystem, which will read all
   data and metadata blocks from all devices and verify checksums.
   Automatically repair corrupted blocks if there's a correct copy
   available.

       Note
       Scrub is not a filesystem checker (fsck) and does not verify nor
       repair structural damage in the filesystem.

   The user is supposed to run it manually or via a periodic system
   service. The recommended period is a month but could be less. The
   estimated device bandwidth utilization is about 80% on an idle
   filesytem. The IO priority class is by default idle so background scrub
   should not interfere with normal filesystem operation significantly.

   The scrubbing status is recorded in /var/lib/btrfs/ in textual files
   named scrub.status.UUID for a filesystem identified by the given UUID.
   (An itermediate progress is communicated through a named pipe in file
   scrub.progress.UUID in the same directory.) The status file is updated
   periodically every 5 seconds. An resumed scrub will continue from the
   last saved position.

SUBCOMMAND

   cancel <path>|<device>
       If a scrub is running on the filesystem identified by path> cancel
       it.

       If a device is specified, the corresponding filesystem is found and
       btrfs scrub cancel behaves as if it was called on that filesystem.

   resume [-BdqrR] [-c <ioprio_class> -n <ioprio_classdata>]
   <path>|<device>
       Resume a cancelled or interrupted scrub on the filesystem
       identified by path or on a given device.

       Does not start a new scrub if the last scrub finished successfully.

       Options

       see scrub start.

   start [-BdqrRf] [-c <ioprio_class> -n <ioprio_classdata>]
   <path>|<device>
       Start a scrub on all devices of the filesystem identified by path
       or on a single device. If a scrub is already running, the new one
       fails.

       Without options, scrub is started as a background process.

       The default IO priority of scrub is the idle class. The priority
       can be configured similar to the ionice(1) syntax using -c and -n
       options.

       Options

       -B
           do not background and print scrub statistics when finished

       -d
           print separate statistics for each device of the filesystem (-B
           only) at the end

       -q
           be quiet, omit error messages and statistics

       -r
           run in read-only mode, do not attempt to correct anything, can
           be run on a read-only filesystem

       -R
           print raw statistics per-device instead of a summary

       -c <ioprio_class>
           set IO priority class (see ionice(1) manpage)

       -n <ioprio_classdata>
           set IO priority classdata (see ionice(1) manpage)

       -f
           force starting new scrub even if a scrub is already running,
           this can useful when scrub status file is damaged and reports a
           running scrub although it is not, but should not normally be
           necessary

   status [-d] <path>|<device>
       Show status of a running scrub for the filesystem identified by
       path or for the specified device.

       If no scrub is running, show statistics of the last finished or
       cancelled scrub for that filesystem or device.

       Options

       -d
           print separate statistics for each device of the filesystem

EXIT STATUS

   btrfs scrub returns a zero exit status if it succeeds. Non zero is
   returned in case of failure.

AVAILABILITY

   btrfs is part of btrfs-progs. Please refer to the btrfs wiki
   http://btrfs.wiki.kernel.org for further details.

SEE ALSO

   mkfs.btrfs(8), ionice(1)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.