info > BTRFS-SCRUB

BTRFS-SCRUB(8) Btrfs Manual BTRFS-SCRUB(8)

๐Ÿ“‹ NAME

btrfs-scrub - scrub btrfs filesystem, verify block checksums

๐Ÿš€ Quick Reference

Use CaseCommandDescription
๐ŸŸข Start scrubbtrfs scrub start <path>|<device>๐Ÿงน Start a new scrub on all devices of a filesystem or a single device
๐Ÿ”„ Resume scrubbtrfs scrub resume <path>|<device>โ–ถ๏ธ Resume a cancelled or interrupted scrub from last saved position
โน๏ธ Cancel scrubbtrfs scrub cancel <path>|<device>๐Ÿ›‘ Cancel a running scrub and save progress
๐Ÿ“Š Check statusbtrfs scrub status <path>|<device>๐Ÿ“ˆ Show scrub status, statistics of last finished or cancelled scrub
๐Ÿ”’ Read-only scrubbtrfs scrub start -r <path>|<device>๐Ÿ“– Run scrub in read-only mode, no repairs attempted
โš™๏ธ Custom IO prioritybtrfs scrub start -c <class> -n <data> <path>๐ŸŽฏ Set IO priority class and classdata (like ionice(1))

๐Ÿ“ SYNOPSIS

btrfs scrub <subcommand> <args>

๐Ÿ“– DESCRIPTION

๐Ÿงน btrfs scrub is used to scrub a mounted 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. It really only checks checksums of data and tree blocks, it doesn't ensure the content of tree blocks is valid and consistent. There's some validation performed when metadata blocks are read from disk but it's not extensive and cannot substitute full btrfs check run.

๐Ÿ‘ค 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 filesystem. The IO priority class is by default idle so background scrub should not significantly interfere with normal filesystem operation. The IO scheduler set for the device(s) might not support the priority classes though.

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

๐Ÿ“Œ Scrub can be started only on a mounted filesystem, though it's possible to scrub only a selected device. See scrub start for more.

๐Ÿ—‚๏ธ SUBCOMMAND

โน๏ธ cancel <path>|<device>

If a scrub is running on the filesystem identified by path or device, 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. The progress is saved in the status file so btrfs scrub resume can continue from the last position.

โ–ถ๏ธ 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. The starting point is read from the status file if it exists.

This does not start a new scrub if the last scrub finished successfully.

Options

๐Ÿงน start [-BdqrRf] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device>

Start a scrub on all devices of the mounted filesystem identified by path or on a single device. If a scrub is already running, the new one will not start. A device of an unmounted filesystem cannot be scrubbed this way.

Without options, scrub is started as a background process. The automatic repairs of damaged copies is performed by default for block group profiles with redundancy.

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. Note that not all IO schedulers honor the ionice settings.

Options

๐Ÿ“Š status [options] <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

๐Ÿšช 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

Btrfs v5.16.2 02/16/2022 BTRFS-SCRUB(8)

BTRFS-SCRUB
๐Ÿ“‹ NAME ๐Ÿš€ Quick Reference ๐Ÿ“ SYNOPSIS ๐Ÿ“– DESCRIPTION ๐Ÿ—‚๏ธ SUBCOMMAND
โน๏ธ cancel <path>|<device> โ–ถ๏ธ resume [-BdqrR] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device> ๐Ÿงน start [-BdqrRf] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device> ๐Ÿ“Š status [options] <path>|<device>
๐Ÿšช EXIT STATUS ๐Ÿ“ฆ AVAILABILITY ๐Ÿ“š SEE ALSO

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-25 14:09 @216.73.217.127
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!