Forrest logo
back to context overview

btrfs-scrub

List of commands for btrfs-scrub:

  • btrfs-scrub:tldr:2071b btrfs-scrub: Start a scrub, but wait until the scrub finishes before exiting.
    $ sudo btrfs scrub start -B ${path-to-btrfs_mount}
    try on your machine
    explain this command
  • btrfs-scrub:tldr:3cd67 btrfs-scrub: Cancel an ongoing scrub.
    $ sudo btrfs scrub cancel ${path-to-btrfs_mount}
    try on your machine
    explain this command
  • btrfs-scrub:tldr:94c9a btrfs-scrub: Start a scrub.
    $ sudo btrfs scrub start ${path-to-btrfs_mount}
    try on your machine
    explain this command
  • btrfs-scrub:tldr:a26c9 btrfs-scrub: Resume a previously cancelled scrub.
    $ sudo btrfs scrub resume ${path-to-btrfs_mount}
    try on your machine
    explain this command
  • btrfs-scrub:tldr:d8f3b btrfs-scrub: Show the status of an ongoing or last completed scrub.
    $ sudo btrfs scrub status ${path-to-btrfs_mount}
    try on your machine
    explain this command
  • btrfs-scrub:tldr:f8e70 btrfs-scrub: Start a scrub in quiet mode (does not print errors or statistics).
    $ sudo btrfs scrub start -q ${path-to-btrfs_mount}
    try on your machine
    explain this command
back to context overview