-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

btrfs scrub


> Scrub btrfs filesystems to verify data integrity.

> It is recommended to run a scrub once a month.

More information.


Start a scrub:

sudo btrfs scrub start {path/to/btrfs_mount}

Show the status of an ongoing or last completed scrub:

sudo btrfs scrub status {path/to/btrfs_mount}

Cancel an ongoing scrub:

sudo btrfs scrub cancel {path/to/btrfs_mount}

Resume a previously cancelled scrub:

sudo btrfs scrub resume {path/to/btrfs_mount}

Start a scrub, but wait until the scrub finishes before exiting:

sudo btrfs scrub start -B {path/to/btrfs_mount}

Start a scrub in quiet mode (does not print errors or statistics):

sudo btrfs scrub start -q {path/to/btrfs_mount}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:16:01 2024