💾 Archived View for freeshell.de › tldr › btrfs-check.gmi captured on 2024-05-10 at 11:44:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Check or repair a btrfs filesystem.
sudo btrfs check {path/to/partition}
sudo btrfs check --repair {path/to/partition}
sudo btrfs check --progress {path/to/partition}
sudo btrfs check --check-data-csum {path/to/partition}
sudo btrfs check --super {n} {path/to/partition}
sudo btrfs check --repair --init-csum-tree {path/to/partition}
sudo btrfs check --repair --init-extent-tree {path/to/partition}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).